| Index: runtime/vm/intrinsifier.h
|
| diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
|
| index 37cf5efb71cddc3349a471a5698535eca5480583..607b22d280bd89ae41ba7e33ea96bcf3851f0d6f 100644
|
| --- a/runtime/vm/intrinsifier.h
|
| +++ b/runtime/vm/intrinsifier.h
|
| @@ -23,9 +23,7 @@ class Intrinsifier : public AllStatic {
|
| public:
|
| static bool Intrinsify(const ParsedFunction& parsed_function,
|
| FlowGraphCompiler* compiler);
|
| -#if defined(DART_NO_SNAPSHOT)
|
| static void InitializeState();
|
| -#endif
|
|
|
| static bool GraphIntrinsify(const ParsedFunction& parsed_function,
|
| FlowGraphCompiler* compiler);
|
|
|