| Index: runtime/vm/intrinsifier.cc
|
| diff --git a/runtime/vm/intrinsifier.cc b/runtime/vm/intrinsifier.cc
|
| index c2a6ae2bad3e19440bd3077abeaf8e847a9b43d0..a3da8d67542a534bc2fe023b87156789e2cd7cc2 100644
|
| --- a/runtime/vm/intrinsifier.cc
|
| +++ b/runtime/vm/intrinsifier.cc
|
| @@ -58,7 +58,6 @@ bool Intrinsifier::CanIntrinsify(const Function& function) {
|
| }
|
|
|
|
|
| -#if defined(DART_NO_SNAPSHOT)
|
| void Intrinsifier::InitializeState() {
|
| Thread* thread = Thread::Current();
|
| Zone* zone = thread->zone();
|
| @@ -117,7 +116,6 @@ void Intrinsifier::InitializeState() {
|
|
|
| #undef SETUP_FUNCTION
|
| }
|
| -#endif // defined(DART_NO_SNAPSHOT).
|
|
|
|
|
| // DBC does not use graph intrinsics.
|
|
|