aboutsummaryrefslogtreecommitdiffstats
path: root/wince/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'wince/assert.h')
-rw-r--r--wince/assert.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/wince/assert.h b/wince/assert.h
deleted file mode 100644
index c2a4e3ebb7..0000000000
--- a/wince/assert.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _ASSERT_H_
-#define _ASSERT_H_
-
-void assert( int expression );
-
-#endif