From 6da06de75e8e6774a71c74c99b742729c8b30c92 Mon Sep 17 00:00:00 2001 From: TommInfinite <81481291+TommInfinite@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:59:25 +0300 Subject: [PATCH] Update ID.h Removing accidental commit. --- CommonLibSF/include/REL/ID.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/CommonLibSF/include/REL/ID.h b/CommonLibSF/include/REL/ID.h index 28d0a586..50420422 100644 --- a/CommonLibSF/include/REL/ID.h +++ b/CommonLibSF/include/REL/ID.h @@ -187,8 +187,6 @@ namespace REL kMsStore, }; - inline static enum Platform CurrentPlatform; - [[nodiscard]] static IDDatabase& get() { if (_initialized.load(std::memory_order_relaxed)) {