summaryrefslogtreecommitdiff
path: root/storage/connect/tabrest.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/tabrest.h')
-rw-r--r--storage/connect/tabrest.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/connect/tabrest.h b/storage/connect/tabrest.h
index 9066a89b306..901d9102e95 100644
--- a/storage/connect/tabrest.h
+++ b/storage/connect/tabrest.h
@@ -6,9 +6,7 @@
#pragma once
#if defined(_WIN32)
-static PCSZ slash = "\\";
#else // !_WIN32
-static PCSZ slash = "/";
#define stricmp strcasecmp
#endif // !_WIN32