summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-15 04:23:50 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-15 04:23:50 +0000
commit71fc241cfd8e94a20a7bd33369e09bde0424e367 (patch)
treeda7b4e005dec70075c2e6924f572f685161f0156
parentbae02e62b22d6e3ec610a7b33c59259e3cf75c5f (diff)
Remove example files
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@58 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
-rw-r--r--sysinfo.c.example5
-rw-r--r--sysinfoc.c.example2
2 files changed, 0 insertions, 7 deletions
diff --git a/sysinfo.c.example b/sysinfo.c.example
deleted file mode 100644
index ece027d..0000000
--- a/sysinfo.c.example
+++ /dev/null
@@ -1,5 +0,0 @@
-printf("**System used for compilation:\n");
-printf("**Linux mimi 2.0.31 #5 Thu Oct 23 10:02:08 CDT 1997 i486\n");
-printf("**C compiler: gcc version 2.7.2.3\n");
-printf("**libc: libc.so.5.4.38\n");
-printf("**Date of compilation: Thu Nov 20 10:04:43 CST 1997\n");
diff --git a/sysinfoc.c.example b/sysinfoc.c.example
deleted file mode 100644
index ba123a5..0000000
--- a/sysinfoc.c.example
+++ /dev/null
@@ -1,2 +0,0 @@
-printf("C compiler : gcc version 2.7.2.3\n");
-printf("libc : libc.so.5.4.38\n");