Skip to content

Commit

Permalink
p1: remove page guard files from CMake (#608)
Browse files Browse the repository at this point in the history
Remove page guard from P1 files
  • Loading branch information
fernandolis10 committed Sep 8, 2023
1 parent c10fb1b commit be60487
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ add_custom_target(submit-p0
)

set(P1_FILES
"src/include/storage/page/page_guard.h"
"src/storage/page/page_guard.cpp"
"src/include/buffer/lru_k_replacer.h"
"src/buffer/lru_k_replacer.cpp"
"src/include/buffer/buffer_pool_manager.h"
Expand Down

0 comments on commit be60487

Please sign in to comment.