Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libCacheSim/cache/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ add_subdirectory(admission)
add_subdirectory(eviction)
add_subdirectory(prefetch)

add_library(cachelib cache.c cacheObj.c)
add_library(cachelib cache.c)
target_link_libraries(cachelib dataStructure)

target_compile_options(cachelib PRIVATE -fPIC)
Expand Down
229 changes: 0 additions & 229 deletions libCacheSim/cache/cacheObj.c

This file was deleted.

Loading