summaryrefslogtreecommitdiff
path: root/storage/connect/tabrest.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2021-09-15 19:16:37 +0300
committerMonty <monty@mariadb.org>2021-09-15 19:16:37 +0300
commit6be0ddae5edb080219226525c4423300f063081d (patch)
tree0b9d2ef4179dc867c43f95150a2e2e5570f2c0f8 /storage/connect/tabrest.h
parent07abcb5045f9914d023ca630f7a35f4fcbf18a6c (diff)
downloadmariadb-git-6be0ddae5edb080219226525c4423300f063081d.tar.gz
Fixed compiler warnings in CONNECT
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