Remove projects/sample.
[oota-llvm.git] / projects / sample / tools / sample / main.c
diff --git a/projects/sample/tools/sample/main.c b/projects/sample/tools/sample/main.c
deleted file mode 100644 (file)
index ec0c3df..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "sample.h"
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
-
-int
-main (int argc, char ** argv)
-{
-  printf ("%d\n", compute_sample (5));
-  exit (0);
-}
-