test-server/instrumentation-backend/src/sh/calaba/instrumentationbackend/actions/Actions.java in calabash-android-0.4.10.pre2 vs test-server/instrumentation-backend/src/sh/calaba/instrumentationbackend/actions/Actions.java in calabash-android-0.4.10.pre3

- old
+ new

@@ -18,16 +18,14 @@ private Map<String, Action> actions = new HashMap<String, Action>(); public static Instrumentation parentInstrumentation; public static InstrumentationTestCase parentTestCase; private Context context; - private Context targetContext; - + public Actions(Instrumentation parentInstrumentation, InstrumentationTestCase parentTestCase) { Actions.parentInstrumentation = parentInstrumentation; Actions.parentTestCase = parentTestCase; this.context = parentInstrumentation.getContext(); - this.targetContext = parentInstrumentation.getTargetContext(); loadActions(); } private void loadActions() { try {