remove extraneous file
authorDavid Schleef <ds@schleef.org>
Fri, 19 Jun 2009 14:40:28 +0000 (07:40 -0700)
committerDavid Schleef <ds@schleef.org>
Fri, 19 Jun 2009 14:40:28 +0000 (07:40 -0700)
testsuite/it.c [deleted file]

diff --git a/testsuite/it.c b/testsuite/it.c
deleted file mode 100644 (file)
index b198d98..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-void it(int *a, int *b)
-{
-  int i;
-  i = 10;
-  while(i) {
-    *a++ = *b++;
-    i--;
-  }
-}
-