Index: runtime/vm/method_recognizer.h |
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h |
index 9051240137708c84bb0dc23a84114596d58a05d2..b9db9ae4f093e3bf50e166e983dca08679202875 100644 |
--- a/runtime/vm/method_recognizer.h |
+++ b/runtime/vm/method_recognizer.h |
@@ -515,19 +515,15 @@ class MethodRecognizer : public AllStatic { |
static intptr_t ResultCid(const Function& function); |
static intptr_t MethodKindToReceiverCid(Kind kind); |
static const char* KindToCString(Kind kind); |
-#if defined(DART_NO_SNAPSHOT) |
static void InitializeState(); |
-#endif // defined(DART_NO_SNAPSHOT). |
}; |
-#if defined(DART_NO_SNAPSHOT) |
#define CHECK_FINGERPRINT2(f, p0, p1, fp) \ |
ASSERT(f.CheckSourceFingerprint(#p0 ", " #p1, fp)) |
#define CHECK_FINGERPRINT3(f, p0, p1, p2, fp) \ |
ASSERT(f.CheckSourceFingerprint(#p0 ", " #p1 ", " #p2, fp)) |
-#endif // defined(DART_NO_SNAPSHOT). |
// List of recognized list factories: |