Skip to content

Commit 388b71b

Browse files
committed
Remove unused MinimalState constructor
1 parent 7a71134 commit 388b71b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/MinimalState.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,6 @@ public void defaultVMInstallChanged(IVMInstall previous, IVMInstall current) {
112112

113113
protected String fSystemBundle = IPDEBuildConstants.BUNDLE_OSGI;
114114

115-
protected MinimalState(MinimalState state) {
116-
this.fState = BundleHelper.getPlatformAdmin().getFactory().createState(state.fState);
117-
this.fState.setPlatformProperties(state.fState.getPlatformProperties());
118-
this.fState.setResolver(BundleHelper.getPlatformAdmin().createResolver());
119-
this.fId = state.fId;
120-
this.fEEListChanged = state.fEEListChanged;
121-
this.fExecutionEnvironments = state.fExecutionEnvironments;
122-
this.fNoProfile = state.fNoProfile;
123-
this.fSystemBundle = state.fSystemBundle;
124-
}
125-
126115
protected MinimalState() {
127116
}
128117

0 commit comments

Comments
 (0)