Skip to content

Commit f77f32c

Browse files
authored
Remove unused
1 parent da31a32 commit f77f32c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mods/ScriptRunner.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,6 @@ void ScriptState::on_frame() {
478478
try {
479479
std::scoped_lock _{ m_execution_mutex };
480480

481-
volatile int current_number_call = 0;
482-
volatile int temporary_to_hold = 0;
483-
484481
auto guard = m_on_frame_fns.acquire_iteration();
485482
for (auto& fn : m_on_frame_fns.get()) {
486483
auto result = handle_protected_result(fn());

0 commit comments

Comments
 (0)