diff --git a/compiler/cl-repl/examples/to_c.rs b/compiler/cl-repl/examples/to_c.rs index 21cbb71..3124e49 100644 --- a/compiler/cl-repl/examples/to_c.rs +++ b/compiler/cl-repl/examples/to_c.rs @@ -844,7 +844,6 @@ pub mod clangify { fn print(&self, y: &mut CLangifier) { match self { PathPart::SuperKw => y.p("super"), - PathPart::SelfKw => y.p("self"), PathPart::SelfTy => y.p("Self"), PathPart::Ident(i) => y.p(i), };