summaryrefslogtreecommitdiff
path: root/src/pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pass.h')
-rw-r--r--src/pass.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pass.h b/src/pass.h
index 760feb7c0..8b8e73fa0 100644
--- a/src/pass.h
+++ b/src/pass.h
@@ -153,7 +153,6 @@ struct PassRunner {
PassRunner(const PassRunner&) = delete;
PassRunner& operator=(const PassRunner&) = delete;
- void setOptions(PassOptions newOptions) { options = newOptions; }
void setDebug(bool debug) {
options.debug = debug;
// validate everything by default if debugging