summaryrefslogtreecommitdiffstats
path: root/src/sandbox-1.1/libctest.c
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-10-06 18:24:42 +0000
committerBrian Harring <ferringb@gentoo.org>2005-10-06 18:24:42 +0000
commitbc50b6c32147c44ef8dff437e3f4b453ce3db43f (patch)
tree33bd69b789cca402c9436e5e1541e0a2253b6991 /src/sandbox-1.1/libctest.c
parent7fe92cf8e1497051fbcc05ed2b7893b523beb02f (diff)
downloadportage-bc50b6c32147c44ef8dff437e3f4b453ce3db43f.tar.gz
portage-bc50b6c32147c44ef8dff437e3f4b453ce3db43f.tar.bz2
portage-bc50b6c32147c44ef8dff437e3f4b453ce3db43f.zip
removing unused sandbox dirs.
svn path=/main/branches/2.0/; revision=2116
Diffstat (limited to 'src/sandbox-1.1/libctest.c')
-rw-r--r--src/sandbox-1.1/libctest.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sandbox-1.1/libctest.c b/src/sandbox-1.1/libctest.c
deleted file mode 100644
index 5365a20c6..000000000
--- a/src/sandbox-1.1/libctest.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Dummy program to check your libc version */
-
-int
-main(void)
-{
- return 0;
-}