Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Jin Hai <[email protected]>
  • Loading branch information
JinHai-CN committed Oct 6, 2024
1 parent 1f34920 commit e02fa29
Show file tree
Hide file tree
Showing 23 changed files with 110 additions and 1,003 deletions.
1 change: 0 additions & 1 deletion src/main/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import status;
import options;
import command_statement;
import infinity_exception;
import virtual_storage_type;

namespace infinity {

Expand Down
2 changes: 1 addition & 1 deletion src/main/config.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import third_party;
import options;
import status;
import command_statement;
import virtual_storage_type;
import virtual_store;

namespace infinity {

Expand Down
1 change: 0 additions & 1 deletion src/storage/buffer/file_worker/bmp_index_file_worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import bmp_alg;
import abstract_bmp;
import virtual_store;
import persistence_manager;
import abstract_file_handle;
import local_file_handle;

namespace infinity {
Expand Down
29 changes: 0 additions & 29 deletions src/storage/io/abstract_file_handle.cpp

This file was deleted.

56 changes: 0 additions & 56 deletions src/storage/io/abstract_file_handle.cppm

This file was deleted.

182 changes: 0 additions & 182 deletions src/storage/io/file_handle/local_file.cpp

This file was deleted.

50 changes: 0 additions & 50 deletions src/storage/io/file_handle/local_file.cppm

This file was deleted.

Loading

0 comments on commit e02fa29

Please sign in to comment.