summaryrefslogtreecommitdiff
path: root/os2.c
diff options
context:
space:
mode:
Diffstat (limited to 'os2.c')
-rw-r--r--os2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/os2.c b/os2.c
index efc42221f..03205b53d 100644
--- a/os2.c
+++ b/os2.c
@@ -25,11 +25,6 @@
#include <i86.h>
-static inline int strcasecmp(const char* s1, const char* s2)
-{
- return stricmp(s1, s2);
-}
-
static char *_fios_path;
static char *_fios_save_path;
static char *_fios_scn_path;