Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Remove unnecessary files.
Browse files Browse the repository at this point in the history
  • Loading branch information
castano committed Mar 25, 2015
1 parent e9d4481 commit 81336cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 99 deletions.
8 changes: 6 additions & 2 deletions project/vc9/nvcore/nvcore.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@
RelativePath="..\..\..\src\nvcore\Array.h"
>
</File>
<File
RelativePath="..\..\..\src\nvcore\Array.inl"
>
</File>
<File
RelativePath="..\..\..\src\nvcore\Debug.cpp"
>
Expand All @@ -311,11 +315,11 @@
>
</File>
<File
RelativePath="..\..\..\src\nvcore\Library.cpp"
RelativePath="..\..\..\src\nvcore\ForEach.h"
>
</File>
<File
RelativePath="..\..\..\src\nvcore\Library.h"
RelativePath="..\..\..\src\nvcore\Hash.h"
>
</File>
<File
Expand Down
1 change: 0 additions & 1 deletion src/nvcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ SET(CORE_SRCS
DefsVcWin32.h
FileSystem.h FileSystem.cpp
ForEach.h
Library.h Library.cpp
Memory.h Memory.cpp
Ptr.h
RefCounted.h
Expand Down
45 changes: 0 additions & 45 deletions src/nvcore/Library.cpp

This file was deleted.

51 changes: 0 additions & 51 deletions src/nvcore/Library.h

This file was deleted.

1 comment on commit 81336cc

@cmdrf
Copy link
Contributor

@cmdrf cmdrf commented on 81336cc Jun 10, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Library.h is included by nvtt/cuda/CudaUtils.cpp, even with CUDA disabled. I have found no way to get rid of this without either compiler or linker errors. Reverting this commit (and thus restoring Library.*) fixes this.

I'm building with CMake btw.

Please sign in to comment.