projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7bbbdd
)
These are unused.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 19 Jan 2005 23:18:49 +0000
(23:18 +0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 19 Jan 2005 23:18:49 +0000
(23:18 +0000)
linux.c
[deleted file]
patch
|
blob
|
history
os2.c
[deleted file]
patch
|
blob
|
history
diff --git
a/linux.c
b/linux.c
deleted file mode 100644
(file)
index
d99c738
..0000000
--- a/
linux.c
+++ /dev/null
@@
-1,8
+0,0 @@
-#include <stdlib.h>
-#include <time.h>
-
-void randomize(void) {
- srand((int)time(NULL));
-}
-
-
diff --git
a/os2.c
b/os2.c
deleted file mode 100644
(file)
index
1670895
..0000000
--- a/
os2.c
+++ /dev/null
@@
-1,6
+0,0 @@
-#include <stdlib.h>
\r
-#include <time.h>
\r
-
\r
-void randomize(void) {
\r
- srand((int)time(NULL));
\r
-}
\r