diff options
Diffstat (limited to 'src/pass.h')
-rw-r--r-- | src/pass.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pass.h b/src/pass.h index 973773c49..090aa8d33 100644 --- a/src/pass.h +++ b/src/pass.h @@ -388,9 +388,6 @@ private: // Whether this pass runner has run. A pass runner should only be run once. bool ran = false; - // Passes in |options.passesToSkip| that we have seen and skipped. - std::unordered_set<std::string> skippedPasses; - void runPass(Pass* pass); void runPassOnFunction(Pass* pass, Function* func); |