We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db94967 commit 80de4fcCopy full SHA for 80de4fc
src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp
@@ -26,7 +26,6 @@ namespace ErrorCodes
26
extern const int CANNOT_OPEN_FILE;
27
extern const int FILE_DOESNT_EXIST;
28
extern const int CANNOT_PARSE_INPUT_ASSERTION_FAILED;
29
- extern const int LOGICAL_ERROR;
30
}
31
32
DiskObjectStorageTransaction::DiskObjectStorageTransaction(
src/Disks/ObjectStorages/Local/LocalObjectStorage.cpp
@@ -18,7 +18,6 @@ namespace DB
18
19
namespace ErrorCodes
20
{
21
- extern const int NOT_IMPLEMENTED;
22
extern const int BAD_ARGUMENTS;
23
extern const int CANNOT_UNLINK;
24
extern const int CANNOT_RMDIR;
0 commit comments