diff options
author | Matt Turner <mattst88@gmail.com> | 2008-11-15 04:23:50 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2008-11-15 04:23:50 +0000 |
commit | 71fc241cfd8e94a20a7bd33369e09bde0424e367 (patch) | |
tree | da7b4e005dec70075c2e6924f572f685161f0156 /sysinfo.c.example | |
parent | bae02e62b22d6e3ec610a7b33c59259e3cf75c5f (diff) |
Remove example files
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@58 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'sysinfo.c.example')
-rw-r--r-- | sysinfo.c.example | 5 |
1 files changed, 0 insertions, 5 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"); |