From 556cf073d61875368fe8511b75f5cb7db04ccb52 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Wed, 19 Nov 2025 11:24:21 -0800 Subject: Use C++ modules --- dxcommon/src/dxcommon.cc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 dxcommon/src/dxcommon.cc (limited to 'dxcommon/src') diff --git a/dxcommon/src/dxcommon.cc b/dxcommon/src/dxcommon.cc deleted file mode 100644 index 2139136..0000000 --- a/dxcommon/src/dxcommon.cc +++ /dev/null @@ -1,8 +0,0 @@ -#include "dxcommon.h" - -namespace dx -{ - -thread_local char exception::m_error[1024]; - -} // namespace dx -- cgit v1.2.3