From dad085251b33ea35bd93522a98d4a54bf7fdfbde Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 2 May 1999 10:18:15 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'gdb-vendor-v4_18'. --- contrib/gdb/libiberty/index.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 contrib/gdb/libiberty/index.c (limited to 'contrib/gdb/libiberty/index.c') diff --git a/contrib/gdb/libiberty/index.c b/contrib/gdb/libiberty/index.c deleted file mode 100644 index e5a00f54d946..000000000000 --- a/contrib/gdb/libiberty/index.c +++ /dev/null @@ -1,11 +0,0 @@ -/* Stub implementation of (obsolete) index(). */ - -extern char * strchr(); - -char * -index (s, c) - char *s; - int c; -{ - return strchr (s, c); -} -- cgit v1.2.3