Fix compilation bug

This commit is contained in:
divanik 2024-07-19 14:47:57 +00:00
parent f0ef101bc5
commit 57181a5a48

View File

@ -10,8 +10,6 @@
namespace DB
{
#if USE_AWS_S3 || USE_AZURE_BLOB_STORAGE || USE_HDFS
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
@ -71,8 +69,6 @@ static std::shared_ptr<StorageObjectStorage> createStorageObjectStorage(
partition_by);
}
#endif
#if USE_AZURE_BLOB_STORAGE
void registerStorageAzure(StorageFactory & factory)
{