summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/redundant-libs/baz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/redundant-libs/baz.c')
-rw-r--r--src/test/run-make-fulldeps/redundant-libs/baz.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/run-make-fulldeps/redundant-libs/baz.c b/src/test/run-make-fulldeps/redundant-libs/baz.c
deleted file mode 100644
index a4e2c2b71..000000000
--- a/src/test/run-make-fulldeps/redundant-libs/baz.c
+++ /dev/null
@@ -1,7 +0,0 @@
-extern void foo1();
-extern void foo2();
-
-void baz() {
- foo1();
- foo2();
-}