aboutsummaryrefslogtreecommitdiff
path: root/source/opt/strip_debug_info_pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/opt/strip_debug_info_pass.h')
-rw-r--r--source/opt/strip_debug_info_pass.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/opt/strip_debug_info_pass.h b/source/opt/strip_debug_info_pass.h
index c2bb1fd4..0c3216df 100644
--- a/source/opt/strip_debug_info_pass.h
+++ b/source/opt/strip_debug_info_pass.h
@@ -25,8 +25,6 @@ namespace opt {
// Section 3.32.2 of the SPIR-V spec).
class StripDebugInfoPass : public Pass {
public:
- explicit StripDebugInfoPass(const MessageConsumer& c) : Pass(c) {}
-
const char* name() const override { return "strip-debug"; }
Status Process(ir::Module* module) override;
};