aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-05-28 09:07:42 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-05-28 09:14:49 +0200
commite3b144566eb3fbb3d38affa588e269b5ca74db95 (patch)
tree90735930f5abe7e82081b283446c35e33281faf4 /examples
parent7f9f12da971ae7090c5da394b4569b100cde2068 (diff)
downloadjazzer-api-e3b144566eb3fbb3d38affa588e269b5ca74db95.tar.gz
Remove leftover comment
Diffstat (limited to 'examples')
-rw-r--r--examples/src/main/java/com/example/JpegImageParserFuzzer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/src/main/java/com/example/JpegImageParserFuzzer.java b/examples/src/main/java/com/example/JpegImageParserFuzzer.java
index f9d119e8..6a36f8f1 100644
--- a/examples/src/main/java/com/example/JpegImageParserFuzzer.java
+++ b/examples/src/main/java/com/example/JpegImageParserFuzzer.java
@@ -25,7 +25,6 @@ public class JpegImageParserFuzzer {
public static void fuzzerInitialize() {
// Only used to verify that arguments are correctly passed down to child processes.
if (System.getProperty("foo") == null || System.getProperty("bar") == null) {
- // The child process did not have a sufficiently high memory limit,
// Exit the process with an exit code different from that for a finding.
System.err.println("ERROR: Did not pass all jvm_args to child process.");
System.exit(3);