Änderungen

Summary

  1. fixed #379, removing function-calls, where the result is not used and where there are no side-effects (commit: 21808c5) (details)
Commit 21808c54a8c926fb6b7f7f63ff929b9f109372c0 by p_zeller
fixed #379, removing function-calls, where the result is not used and where there are no side-effects
(commit: 21808c5)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/ImOptimizer.java (diff)
The file was addedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imoptimizer/UselessFunctionCallsRemover.java
The file was modifiedde.peeeq.wurstscript/src-test/tests/wurstscript/tests/OptimizerTests.java (diff)