Skip to content

Commit 902238a

Browse files
committed
xrCore: Remove MiniDump solution
It's not used for several years already. We rely on BugTrap to create dumps.
1 parent c9dbfd1 commit 902238a

File tree

6 files changed

+0
-230
lines changed

6 files changed

+0
-230
lines changed

src/xrCore/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ target_sources_grouped(
132132
TARGET xrCore
133133
NAME "Debug core"
134134
FILES
135-
#Debug/MiniDump.cpp
136-
#Debug/MiniDump.h
137135
xrDebug.cpp
138136
xrDebug.h
139137
xrDebug_macros.h

src/xrCore/Debug/MiniDump.cpp

Lines changed: 0 additions & 142 deletions
This file was deleted.

src/xrCore/Debug/MiniDump.h

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/xrCore/xrCore.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ call .GitInfo.cmd</Command>
7272
<ClCompile Include="Crypto\xr_dsa_verifyer.cpp" />
7373
<ClCompile Include="Crypto\xr_sha.cpp" />
7474
<ClCompile Include="Debug\dxerr.cpp" />
75-
<ClCompile Include="Debug\MiniDump.cpp" />
7675
<ClCompile Include="dump_string.cpp" />
7776
<ClCompile Include="FileCRC32.cpp" />
7877
<ClCompile Include="FileSystem.cpp" />
@@ -168,7 +167,6 @@ call .GitInfo.cmd</Command>
168167
<ClInclude Include="Debug\DXGetErrorDescription.inl">
169168
<FileType>CppHeader</FileType>
170169
</ClInclude>
171-
<ClInclude Include="Debug\MiniDump.h" />
172170
<ClInclude Include="dump_string.h" />
173171
<ClInclude Include="Events\Notifier.h" />
174172
<ClInclude Include="fastdelegate.h" />

src/xrCore/xrCore.vcxproj.filters

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@
255255
<ClCompile Include="xrDebug.cpp">
256256
<Filter>Debug core</Filter>
257257
</ClCompile>
258-
<ClCompile Include="Debug\MiniDump.cpp">
259-
<Filter>Debug core</Filter>
260-
</ClCompile>
261258
<ClCompile Include="XML\tinystr.cpp">
262259
<Filter>XML\TinyXML</Filter>
263260
</ClCompile>
@@ -611,9 +608,6 @@
611608
<ClInclude Include="Math\Random32.hpp">
612609
<Filter>Math\RNG</Filter>
613610
</ClInclude>
614-
<ClInclude Include="Debug\MiniDump.h">
615-
<Filter>Debug core</Filter>
616-
</ClInclude>
617611
<ClInclude Include="..\Common\Noncopyable.hpp">
618612
<Filter>Common</Filter>
619613
</ClInclude>

src/xrCore/xrDebug.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
# endif
3636

3737
# include "Debug/dxerr.h"
38-
# include "Debug/MiniDump.h"
3938
#endif
4039

4140
#if defined(XR_PLATFORM_LINUX) || defined(XR_PLATFORM_APPLE) || defined(XR_PLATFORM_BSD)

0 commit comments

Comments
 (0)