Index: runtime/vm/object.cc |
=================================================================== |
--- runtime/vm/object.cc (revision 45704) |
+++ runtime/vm/object.cc (working copy) |
@@ -10464,6 +10464,7 @@ |
} |
+#if defined(DART_NO_SNAPSHOT) |
void Library::CheckFunctionFingerprints() { |
GrowableArray<Library*> all_libs; |
Function& func = Function::Handle(); |
@@ -10524,6 +10525,7 @@ |
FATAL("Fingerprint mismatch."); |
} |
} |
+#endif // defined(DART_NO_SNAPSHOT). |
RawInstructions* Instructions::New(intptr_t size) { |