summary refs log tree commit diff stats
path: root/tinyc/tests/tcctest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/tcctest.h')
-rw-r--r--tinyc/tests/tcctest.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tinyc/tests/tcctest.h b/tinyc/tests/tcctest.h
deleted file mode 100644
index b301c7c16..000000000
--- a/tinyc/tests/tcctest.h
+++ /dev/null
@@ -1,9 +0,0 @@
-static inline const char *get_basefile_from_header(void)
-{
-  return __BASE_FILE__;
-}
-
-static inline const char *get_file_from_header(void)
-{
-  return __FILE__;
-}