Skip to content

Commit 80de4fc

Browse files
committed
Followup
1 parent db94967 commit 80de4fc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ namespace ErrorCodes
2626
extern const int CANNOT_OPEN_FILE;
2727
extern const int FILE_DOESNT_EXIST;
2828
extern const int CANNOT_PARSE_INPUT_ASSERTION_FAILED;
29-
extern const int LOGICAL_ERROR;
3029
}
3130

3231
DiskObjectStorageTransaction::DiskObjectStorageTransaction(

src/Disks/ObjectStorages/Local/LocalObjectStorage.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ namespace DB
1818

1919
namespace ErrorCodes
2020
{
21-
extern const int NOT_IMPLEMENTED;
2221
extern const int BAD_ARGUMENTS;
2322
extern const int CANNOT_UNLINK;
2423
extern const int CANNOT_RMDIR;

0 commit comments

Comments
 (0)