remove no-op macros and dead code (pt 1) (#8012)

This commit is contained in:
Hussein Faara
2024-11-18 19:31:56 -08:00
committed by greg landrum
parent e9e13f6523
commit 17c75bf219
10 changed files with 1 additions and 570 deletions

View File

@@ -729,7 +729,6 @@ void github3881() {
int main() {
RDLog::InitLogs();
#if 1
test1();
test2();
test3();
@@ -747,6 +746,5 @@ int main() {
testTautomerQueries();
#endif
github3881();
#endif
return 0;
}