aboutsummaryrefslogtreecommitdiff
path: root/ld/ldgram.y
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-02-26 03:17:02 +0000
committerIan Lance Taylor <ian@airs.com>1994-02-26 03:17:02 +0000
commit4725fb48f5d3fc844e96e1fdcd05e9d43528f6f9 (patch)
tree76f6b21574604996fd7a192e66335f62b116b024 /ld/ldgram.y
parentfc1dfb7169128d15419b1958e72c626a62bfb592 (diff)
downloadgdb-4725fb48f5d3fc844e96e1fdcd05e9d43528f6f9.zip
gdb-4725fb48f5d3fc844e96e1fdcd05e9d43528f6f9.tar.gz
gdb-4725fb48f5d3fc844e96e1fdcd05e9d43528f6f9.tar.bz2
* ldgram.y (dirlist_ptr): Removed; not used.
* lexsup.c: Include ldver.h. * Makefile.in: Rebuilt dependencies.
Diffstat (limited to 'ld/ldgram.y')
-rw-r--r--ld/ldgram.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/ldgram.y b/ld/ldgram.y
index fe248ca..9187579 100644
--- a/ld/ldgram.y
+++ b/ld/ldgram.y
@@ -42,8 +42,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
static int typebits;
-static char *dirlist_ptr;
-
lang_memory_region_type *region;