Index: third_party/afl/BUILD.gn |
diff --git a/third_party/afl/BUILD.gn b/third_party/afl/BUILD.gn |
index 713293db786e1f86dc7c011097425fabb969bbd6..af09c3d30472de0e9c13a5033177378725baa53d 100644 |
--- a/third_party/afl/BUILD.gn |
+++ b/third_party/afl/BUILD.gn |
@@ -56,10 +56,6 @@ config("afl-tool") { |
"-Wno-sign-compare", |
"-Wno-pointer-sign", |
- # TODO: Patch afl so the version is defined in source code and not the |
- # Makefile. |
- "-DVERSION=\"2.14b\"", |
- |
# afl_docs copies docs/ to this location. |
"-DDOC_PATH=\"$root_build_dir/afl/docs/\"", |