summaryrefslogtreecommitdiff
path: root/sources/scalac/util
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-03-21 19:29:56 +0000
committerpaltherr <paltherr@epfl.ch>2004-03-21 19:29:56 +0000
commite0ae9dedb091915dd8b951a6d8ddca9d975db8d8 (patch)
tree56aa095cb7a3869c7e28c54037cfc6c273ccea5c /sources/scalac/util
parent834473088e288d8550a2916bdfd38294757b9059 (diff)
downloadscala-e0ae9dedb091915dd8b951a6d8ddca9d975db8d8.tar.gz
scala-e0ae9dedb091915dd8b951a6d8ddca9d975db8d8.tar.bz2
scala-e0ae9dedb091915dd8b951a6d8ddca9d975db8d8.zip
- Removed FILE_SEPARATOR
Diffstat (limited to 'sources/scalac/util')
-rw-r--r--sources/scalac/util/ClassPath.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/scalac/util/ClassPath.java b/sources/scalac/util/ClassPath.java
index 1009eb75e1..036af2240e 100644
--- a/sources/scalac/util/ClassPath.java
+++ b/sources/scalac/util/ClassPath.java
@@ -24,9 +24,6 @@ public class ClassPath {
//########################################################################
// Public Constants
- /** The system-dependent filename-separator character */
- public static final String FILE_SEPARATOR = File.separator;
-
/** The system-dependent path-separator character */
public static final String PATH_SEPARATOR =
System.getProperty("path.separator", ":");