ref: c8cf0cee47914699e3e7c10a7b7501af94b53b4e
parent: 05bdd09bc301d2b915ca3303d1e03d9eb8555ed8
author: aiju <devnull@localhost>
date: Sun Sep 28 18:42:11 EDT 2014
games/gba: remove bogus file
--- a/sys/src/games/gba/test.c
+++ /dev/null
@@ -1,15 +1,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