aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-path.c
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>2000-01-12 05:21:12 +0000
committerMumit Khan <khan@xraylith.wisc.edu>2000-01-12 05:21:12 +0000
commitd92c6e8bf1f54b9738e3ee1858307cb43873183c (patch)
treed1a640c0c452fe9b827bbdddf82f28119ad03555 /gcc/java/jcf-path.c
parentf2f5503f86acc0c75a4a72e6f3ef555c1bcbb68a (diff)
2000-01-11 Mumit Khan <khan@xraylith.wisc.edu>
* jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros. * jcf-write.c: Likewise. * parse.y: Likewise. * parse.c: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@31344 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jcf-path.c')
-rw-r--r--gcc/java/jcf-path.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/java/jcf-path.c b/gcc/java/jcf-path.c
index c0cd3a744cc..6dc57a479bc 100644
--- a/gcc/java/jcf-path.c
+++ b/gcc/java/jcf-path.c
@@ -34,15 +34,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#define GET_ENV_PATH_LIST(VAR,NAME) do { (VAR) = getenv (NAME); } while (0)
#endif
-/* By default, colon separates directories in a path. */
-#ifndef PATH_SEPARATOR
-#define PATH_SEPARATOR ':'
-#endif
-
-#ifndef DIR_SEPARATOR
-#define DIR_SEPARATOR '/'
-#endif
-
#ifndef DIR_UP
#define DIR_UP ".."
#endif