Skip to content

Commit

Permalink
Remove unused local variable (openhab#2807)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored Feb 27, 2022
1 parent f79d85d commit 738149d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ protected void resetExecutionContext(ScriptEngine engine, Map<String, ?> context
ScriptContext executionContext = engine.getContext();

for (Entry<String, ?> entry : context.entrySet()) {
Object value = entry.getValue();
String key = entry.getKey();
int dotIndex = key.indexOf('.');
if (dotIndex != -1) {
Expand Down

0 comments on commit 738149d

Please sign in to comment.