From 2f209e7d2884f9658a996adeb896233db9fecdad Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 15 Feb 2016 16:00:37 -0800 Subject: kill libiberty --- libiberty/index.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 libiberty/index.c (limited to 'libiberty/index.c') diff --git a/libiberty/index.c b/libiberty/index.c deleted file mode 100755 index e5a00f5..0000000 --- a/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