Index: src/PNaClTranslator.h |
diff --git a/src/PNaClTranslator.h b/src/PNaClTranslator.h |
index a8ca06a6e777480f2e634b96e7ab83a535c7d9ed..23f61cc56a38d39f684aec70fcaf1eab967a9285 100644 |
--- a/src/PNaClTranslator.h |
+++ b/src/PNaClTranslator.h |
@@ -22,8 +22,7 @@ namespace Ice { |
class PNaClTranslator : public Translator { |
public: |
- PNaClTranslator(GlobalContext *Ctx, ClFlags &Flags) |
- : Translator(Ctx, Flags) {} |
+ PNaClTranslator(GlobalContext *Ctx) : Translator(Ctx) {} |
// Reads the PNaCl bitcode file and translates to ICE, which is then |
// converted to machine code. Sets ErrorStatus to true if any |
// errors occurred. |