diff options
Diffstat (limited to 'nacl/cpuid/unknown.c')
-rw-r--r-- | nacl/cpuid/unknown.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nacl/cpuid/unknown.c b/nacl/cpuid/unknown.c deleted file mode 100644 index 786a5e72..00000000 --- a/nacl/cpuid/unknown.c +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #include <stdio.h> | ||
2 | |||
3 | main() | ||
4 | { | ||
5 | printf("unknown CPU ID\n"); | ||
6 | return 0; | ||
7 | } | ||