Removes commented line from 2007 in FileSystemAccess
Usage of Platform.getBundle should be avoided see Bug 568153, hence I
remove this comment, as this shows up in a file search.
Change-Id: I2c3d9b3c697dd2ddfbbb3c19e828e9b1c0d1841e
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileSystemAccess.java b/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileSystemAccess.java
index b292e40..b72891b 100644
--- a/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileSystemAccess.java
+++ b/bundles/org.eclipse.core.filesystem/src/org/eclipse/core/internal/filesystem/FileSystemAccess.java
@@ -56,7 +56,6 @@
}
//just put the cache in the user home directory
return Path.fromOSString(System.getProperty("user.home")); //$NON-NLS-1$
- // Platform.getStateLocation(Platform.getBundle(Policy.PI_FILE_SYSTEM));
}
public static Enumeration<URL> findEntries(String path, String filePattern, boolean recurse) {