summaryrefslogtreecommitdiff
path: root/src/JSystem/JFramework/JFWSystem.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-12-19 20:25:09 -0500
committerGitHub <noreply@github.com>2025-12-19 17:25:09 -0800
commitac9a361676852f28a968add1e7919250fcb358d7 (patch)
tree4c23bcf542d51f08a56bba3e7f9a3b63ffc9e936 /src/JSystem/JFramework/JFWSystem.cpp
parentf9d69372a11482a277f7455ba14e1055dc82c86d (diff)
Match JFWSystem::init (#2972)
Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
Diffstat (limited to 'src/JSystem/JFramework/JFWSystem.cpp')
-rw-r--r--src/JSystem/JFramework/JFWSystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/JSystem/JFramework/JFWSystem.cpp b/src/JSystem/JFramework/JFWSystem.cpp
index 3246e6224c..c41f7ffc8f 100644
--- a/src/JSystem/JFramework/JFWSystem.cpp
+++ b/src/JSystem/JFramework/JFWSystem.cpp
@@ -60,7 +60,6 @@ JUTConsole* JFWSystem::systemConsole;
bool JFWSystem::sInitCalled = false;
-// NONMATCHING - regalloc, equivalent
void JFWSystem::init() {
JUT_ASSERT(101, sInitCalled == false);