mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
remove unused variable
This commit is contained in:
parent
24fb7585c7
commit
cbf8cfb392
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ sexp sexp_apply_times_to_pi(sexp ctx, sexp self, sexp_sint_t n,
|
|||
}
|
||||
|
||||
int main (int argc, char **argv) {
|
||||
sexp ctx, res;
|
||||
sexp ctx;
|
||||
|
||||
/* Create a context and load two modules with C types. */
|
||||
ctx = sexp_make_eval_context(NULL, NULL, NULL, 0, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue