aboutsummaryrefslogtreecommitdiffstats
path: root/cpurelax.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-19 23:17:53 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-19 23:17:53 +0000
commit33f058f0e67357543c0b1619f4f45779d054a6bf (patch)
treeeebb2cf2edeeb1ed314967c923021804c7f4d3b0 /cpurelax.c
parent61f929e6b38829afcdc8577be74594ca73a91bde (diff)
downloadverteco-33f058f0e67357543c0b1619f4f45779d054a6bf.tar.gz
Remove debug/testing files.
Diffstat (limited to 'cpurelax.c')
-rw-r--r--cpurelax.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpurelax.c b/cpurelax.c
deleted file mode 100644
index f2eacf0..0000000
--- a/cpurelax.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <stdio.h>
-#include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <time.h>
-
-int main(int argc, char *argv[]) {
-
-while(1){
-cpu_relax();
-
-}
-
- return 0;
-}