commit | a8df0b10923128ce8659d6d4fcba3fb8ea5e6db8 | [log] [tgz] |
---|---|---|
author | Pascal Rapicault <prapicau> | Mon Nov 15 19:32:11 2004 +0000 |
committer | Pascal Rapicault <prapicau> | Mon Nov 15 19:32:11 2004 +0000 |
tree | 28a6d7ce2837784fb164ebe096663436942db739 | |
parent | cffb3f13875c64dcf9aa1c8c692d617a7c8b0cfd [diff] |
remove unused field
diff --git a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/registry/ExtensionRegistry.java b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/registry/ExtensionRegistry.java index 5b12b46..0c01132 100644 --- a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/registry/ExtensionRegistry.java +++ b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/registry/ExtensionRegistry.java
@@ -609,8 +609,6 @@ registryObjects = new RegistryObjectManager(); if (!"true".equals(System.getProperty(InternalPlatform.PROP_NO_REGISTRY_CACHE))) { //$NON-NLS-1$ // Try to read the registry from the cache first. If that fails, create a new registry - MultiStatus problems = new MultiStatus(Platform.PI_RUNTIME, ExtensionsParser.PARSE_PROBLEM, "Registry cache problems", null); //$NON-NLS-1$ - long start = 0; if (InternalPlatform.DEBUG) start = System.currentTimeMillis();