From 5cc8bcdb8eb7fac0c20b4cba55d6408e0efafaa5 Mon Sep 17 00:00:00 2001 From: Andrew James Date: Sun, 12 Jun 2022 11:31:38 +1000 Subject: [PATCH] Remove no-op GCC pragma instructions Pushing an option then immediately popping it doesn't do much :D --- Source/drlg_l4.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Source/drlg_l4.cpp b/Source/drlg_l4.cpp index bd03f6e12..ba8ed1582 100644 --- a/Source/drlg_l4.cpp +++ b/Source/drlg_l4.cpp @@ -1132,15 +1132,6 @@ void LoadDiabQuads(bool preflag) } } -#if defined(__3DS__) -#pragma GCC push_options -#pragma GCC optimize("O0") -#endif - -#if defined(__3DS__) -#pragma GCC pop_options -#endif - bool IsDURightWall(char d) { if (d == 25) {