summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.25/assert.h
diff options
context:
space:
mode:
Diffstat (limited to '05/tcc-0.9.25/assert.h')
-rw-r--r--05/tcc-0.9.25/assert.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/05/tcc-0.9.25/assert.h b/05/tcc-0.9.25/assert.h
deleted file mode 100644
index 8cac979..0000000
--- a/05/tcc-0.9.25/assert.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _ASSERT_H
-#define _ASSERT_H
-
-// assert is defined in stdc_common.h
-#include <stdc_common.h>
-
-#endif // _ASSERT_H