Remove needless return

This commit is contained in:
lynskylate 2020-07-07 06:11:02 +08:00
parent a3b7a83741
commit e1999cb698

View file

@ -1039,7 +1039,7 @@ impl<O: OutputStream> Compiler<O> {
return true; return true;
} }
} }
return false; false
} }
fn compile_class_def( fn compile_class_def(