rempve some unused files
[ghc-hetmet.git] / ghc / misc / examples / cats / ccat5.c
diff --git a/ghc/misc/examples/cats/ccat5.c b/ghc/misc/examples/cats/ccat5.c
deleted file mode 100644 (file)
index 6c9e38d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <stdio.h>
-
-main ()
-{
-    int c;
-    while ((c = getchar()) != EOF) {
-        putchar(c);
-    }
-    exit(0);
-}
-
-/*
--- 2,085,477 bytes/sec ( 600KB input)
--- 2,320,718 bytes/sec ( 9.3MB input)
--- 2,130,143 bytes/sec (25.5MB input)
-*/