Skip to content

Commit

Permalink
Remove memory monitor from xrCore project
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jan 13, 2018
1 parent d0d7ab3 commit 36e2a00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions src/xrCore/xrCore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
</ClCompile>
<ClCompile Include="Memory\doug_lea_allocator.cpp" />
<ClCompile Include="memory_allocation_stats.cpp" />
<ClCompile Include="memory_monitor.cpp" />
<ClCompile Include="memory_usage.cpp" />
<ClCompile Include="Model.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down Expand Up @@ -328,7 +327,6 @@
<ClInclude Include="Memory\memory_allocator_options.h" />
<ClInclude Include="Memory\xalloc.h" />
<ClInclude Include="Memory\XRayAllocator.hpp" />
<ClInclude Include="memory_monitor.h" />
<ClInclude Include="net_utils.h" />
<ClInclude Include="os_clipboard.h" />
<ClInclude Include="PostProcess\PostProcess.hpp" />
Expand Down
9 changes: 0 additions & 9 deletions src/xrCore/xrCore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@
<Filter Include="Memory">
<UniqueIdentifier>{0173b19d-898c-495c-8d22-2cc3d8436008}</UniqueIdentifier>
</Filter>
<Filter Include="Memory\memory_monitor">
<UniqueIdentifier>{6672355e-6ec8-4680-bf06-19c4aada83ec}</UniqueIdentifier>
</Filter>
<Filter Include="Memory\Memory manager">
<UniqueIdentifier>{11d9158f-7330-4434-81b2-684eebee4c83}</UniqueIdentifier>
</Filter>
Expand Down Expand Up @@ -228,9 +225,6 @@
<ClCompile Include="xrstring.cpp">
<Filter>shared memory/string library</Filter>
</ClCompile>
<ClCompile Include="memory_monitor.cpp">
<Filter>Memory\memory_monitor</Filter>
</ClCompile>
<ClCompile Include="ppmd_compressor.cpp">
<Filter>Compression\ppmd</Filter>
</ClCompile>
Expand Down Expand Up @@ -533,9 +527,6 @@
<ClInclude Include="intrusive_ptr.h">
<Filter>intrusive_ptr</Filter>
</ClInclude>
<ClInclude Include="memory_monitor.h">
<Filter>Memory\memory_monitor</Filter>
</ClInclude>
<ClInclude Include="ppmd_compressor.h">
<Filter>Compression\ppmd</Filter>
</ClInclude>
Expand Down

0 comments on commit 36e2a00

Please sign in to comment.