aboutsummaryrefslogtreecommitdiff
path: root/util/romcc/tests/linux_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/romcc/tests/linux_syscall.h')
-rw-r--r--util/romcc/tests/linux_syscall.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/romcc/tests/linux_syscall.h b/util/romcc/tests/linux_syscall.h
deleted file mode 100644
index 487095f712..0000000000
--- a/util/romcc/tests/linux_syscall.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef LINUX_SYSCALL_H
-#define LINUX_SYSCALL_H
-
-/* When I support other platforms use #ifdefs here */
-#include "linuxi386_syscall.h"
-
-#endif /* LINUX_SYSCALL_H */