summaryrefslogtreecommitdiff
path: root/src/icont/lmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/icont/lmem.c')
-rw-r--r--src/icont/lmem.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/icont/lmem.c b/src/icont/lmem.c
index 8e091a5..034c4c8 100644
--- a/src/icont/lmem.c
+++ b/src/icont/lmem.c
@@ -96,22 +96,6 @@ void linit()
putglobal(instid("main"), F_Global, 0, 0);
}
-#ifdef DeBugLinker
- /*
- * dumplfiles - print the list of files to link. Used for debugging only.
- */
- void dumplfiles()
- {
- struct lfile *p,*lfls;
-
- fprintf(stderr,"lfiles:\n");
- lfls = llfiles;
- while (p = getlfile(&lfls))
- fprintf(stderr,"'%s'\n",p->lf_name);
- fflush(stderr);
- }
-#endif /* DeBugLinker */
-
/*
* alsolink - create an lfile structure for the named file and add it to the
* end of the list of files (llfiles) to generate link instructions for.