summaryrefslogtreecommitdiff
path: root/src/s/ms-w32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/ms-w32.h')
-rw-r--r--src/s/ms-w32.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index ca4c1001ec9..8c02a8b8a66 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -74,13 +74,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
your system and must be used only through an encapsulation (which
you should place, by convention, in sysdep.c). */
-/* Define this to be the separator between devices and paths. */
-#define DEVICE_SEP ':'
-
-/* We'll support either convention on NT. */
-#define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\')
-#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_))
-
#ifdef __GNUC__
#ifndef __cplusplus
#undef inline