aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar pierwill <19642016+pierwill@users.noreply.github.com>2020-07-23 10:00:31 -0700
committerGravatar GitHub <noreply@github.com>2020-07-23 10:00:31 -0700
commit6892a59b5889400bdb45247f9e4fb48e6a0694b3 (patch)
tree6f8c7387b8cc9fdb40fa76909ba742a9be2e2bcf
parent3684abcfde85a5791e8036bbd36ef8169f31a8c9 (diff)
Remove todo comment from influxdb build (#4185)
-rw-r--r--projects/influxdb/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/influxdb/build.sh b/projects/influxdb/build.sh
index a8f982d0..93ea8ab7 100644
--- a/projects/influxdb/build.sh
+++ b/projects/influxdb/build.sh
@@ -27,5 +27,4 @@ function compile_fuzzer {
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE $fuzzer.a -o $OUT/$fuzzer
}
-# TODO commit fuzz test in project repo
compile_fuzzer github.com/influxdata/influxdb/jsonweb FuzzJsonWeb fuzzjsonweb