Chromium Code Reviews| Index: src/IceTranslator.h |
| diff --git a/src/IceTranslator.h b/src/IceTranslator.h |
| index 5e7dfadec342e5eec3242a734e02d7e7de587ebf..1f7b358ffe287ce2f8bb0008f67f9bbbf24b2212 100644 |
| --- a/src/IceTranslator.h |
| +++ b/src/IceTranslator.h |
| @@ -48,8 +48,6 @@ public: |
| GlobalContext *getContext() const { return Ctx; } |
| - const ClFlags &getFlags() const { return Ctx->getFlags(); } |
| - |
| /// Translates the constructed ICE function Func to machine code. |
| void translateFcn(std::unique_ptr<Cfg> Func); |