Skip to content

Commit 839d538

Browse files
committed
loader: remove unused static variable.
1 parent 061f3a3 commit 839d538

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/loader/loader_core.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
#include <utility>
4444
#include <vector>
4545

46-
// Flag to cause the one time to init to only occur one time.
47-
std::once_flag g_one_time_init_flag;
48-
4946
// Global lock to prevent reading JSON manifest files at the same time.
5047
static std::mutex g_loader_json_mutex;
5148

0 commit comments

Comments
 (0)