Skip to content

Commit 7e70013

Browse files
Merge pull request #61 from aronowt/patch-1
Remove unused var and method call
2 parents 16423bb + 6045723 commit 7e70013

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

force-di/main/classes/di_Injector.cls

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ public class di_Injector {
138138
private class CustomMetadataModule extends di_Module {
139139

140140
private string bindingObjectApiName = null;
141-
@testVisible
142-
private List<di_BindingConfigWrapper> bindingWrapperList = getDIBinding();
143141
// Method to convert a metadata into a wrapper class,
144142
// so that we can inject dependencies from test classes.
145143
@testVisible
@@ -190,4 +188,4 @@ public class di_Injector {
190188
}
191189

192190
public class InjectorException extends Exception {}
193-
}
191+
}

0 commit comments

Comments
 (0)