diff options
author | aiju <devnull@localhost> | 2014-09-28 22:42:11 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2014-09-28 22:42:11 +0200 |
commit | c8cf0cee47914699e3e7c10a7b7501af94b53b4e (patch) | |
tree | e773c1295c13628de3fbc9a6bf7a07ffc97c1cc5 /sys/src/games | |
parent | 05bdd09bc301d2b915ca3303d1e03d9eb8555ed8 (diff) |
games/gba: remove bogus file
Diffstat (limited to 'sys/src/games')
-rw-r--r-- | sys/src/games/gba/test.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/src/games/gba/test.c b/sys/src/games/gba/test.c deleted file mode 100644 index d08676c6f..000000000 --- a/sys/src/games/gba/test.c +++ /dev/null @@ -1,15 +0,0 @@ -#include <u.h> -#include <libc.h> - -void main() -{ - int fd; - Dir *d; - int n, i; - - fd = open(".", OREAD); - n = dirreadall(fd, &d); - for(i = 0; i < n; i++) - if(d[i].name[0] == '\xef') - remove(d[i].name); -}
\ No newline at end of file |