diff options
| author | Tim Foley <tfoley@nvidia.com> | 2017-06-15 15:21:20 -0700 |
|---|---|---|
| committer | Tim Foley <tfoley@nvidia.com> | 2017-06-15 15:31:22 -0700 |
| commit | 04d43cd71f081f1b8d2f0fd803a47cb6342e4fcd (patch) | |
| tree | 199e9a54596c572015c7b0652e62b941418f483f /source/core/core.vcxproj | |
| parent | 205187b561c3b31fa931e73e8f7263f0c4b1de41 (diff) | |
Remove more "core" code that isn't used.
It is always easier to add back code when you need it, than it is to maintain code you aren't using.
Diffstat (limited to 'source/core/core.vcxproj')
| -rw-r--r-- | source/core/core.vcxproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/core/core.vcxproj b/source/core/core.vcxproj index bba6102b7..88e776703 100644 --- a/source/core/core.vcxproj +++ b/source/core/core.vcxproj @@ -28,10 +28,7 @@ <ClInclude Include="exception.h" /> <ClInclude Include="hash.h" /> <ClInclude Include="int-set.h" /> - <ClInclude Include="link.h" /> - <ClInclude Include="linq.h" /> <ClInclude Include="list.h" /> - <ClInclude Include="memory-pool.h" /> <ClInclude Include="secure-crt.h" /> <ClInclude Include="slang-io.h" /> <ClInclude Include="slang-math.h" /> @@ -42,9 +39,7 @@ <ClInclude Include="type-traits.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="memory-pool.cpp" /> <ClCompile Include="slang-io.cpp" /> - <ClCompile Include="slang-math.cpp" /> <ClCompile Include="slang-string.cpp" /> <ClCompile Include="stream.cpp" /> <ClCompile Include="text-io.cpp" /> |
