Index: fuzz/fuzz.cpp |
diff --git a/fuzz/fuzz.cpp b/fuzz/fuzz.cpp |
index d35e7ae4d1561b5ecfb59a8683bb5fe9bae0c554..326b942bbe718759b2f65b817302d96984acf40e 100644 |
--- a/fuzz/fuzz.cpp |
+++ b/fuzz/fuzz.cpp |
@@ -10,7 +10,6 @@ |
#include "SkCodec.h" |
#include "SkCommandLineFlags.h" |
#include "SkData.h" |
-#include "SkForceLinking.h" |
#include "SkImage.h" |
#include "SkImageEncoder.h" |
#include "SkMallocPixelRef.h" |
@@ -21,9 +20,6 @@ |
#include <signal.h> |
#include <stdlib.h> |
-// TODO(kjlubick): Remove once http://crrev.com/1671193002 lands |
-__SK_FORCE_IMAGE_DECODER_LINKING; |
- |
DEFINE_string2(bytes, b, "", "A path to a file. This can be the fuzz bytes or a binary to parse."); |
DEFINE_string2(name, n, "", "If --type is 'api', fuzz the API with this name."); |