Skip to content

Commit e1ed12d

Browse files
committed
Runner: Remove useless check
Signed-off-by: Ce Gao <[email protected]>
1 parent bbea9fd commit e1ed12d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rprocessing/Runner.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ public static synchronized void runSketchBlocking(final RunnableSketch sketch,
6565
try {
6666
// Run Sketch.
6767
rp.runBlock(args);
68-
} catch (ParseException pe) {
69-
throw new REvalException(pe.getMessage());
7068
} catch (EvalException ee) {
7169
throw new REvalException(ee.getMessage());
7270
}

0 commit comments

Comments
 (0)