Skip to content
Snippets Groups Projects
Commit e96ee310 authored by cshapiro's avatar cshapiro
Browse files

Remove an unused variable.

parent 01cb3b54
No related branches found
No related tags found
No related merge requests found
/* /*
* main() entry point for a stand alone lisp image. * main() entry point for a stand alone lisp image.
* *
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/lisp.c,v 1.47 2005/04/15 01:40:08 rtoy Exp $ * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/lisp.c,v 1.48 2005/09/06 01:33:29 cshapiro Exp $
* *
*/ */
...@@ -289,7 +289,6 @@ search_core(const char* lib, const char* default_core) ...@@ -289,7 +289,6 @@ search_core(const char* lib, const char* default_core)
{ {
char *buf; char *buf;
char *dst; char *dst;
struct stat statbuf;
/* /*
* A buffer that's large enough to hold lib, default_core, a * A buffer that's large enough to hold lib, default_core, a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment