рефакторинг. избыточный код. зачем то был абстрактный метод

This commit is contained in:
2024-10-12 00:28:58 +03:00
parent c826b4a4bd
commit 09b64218bd
27 changed files with 3 additions and 177 deletions

View File

@@ -7,8 +7,4 @@ public class DeleteCompiler extends DeleteObjectPass<Compiler> {
public DeleteCompiler() {
super(Compiler.class);
}
@Override
protected Database getDb() {
return Global.mainModule.getDb();
}
}