Skip to content

Commit ea5a8ab

Browse files
committed
try to fix build
1 parent 55cc3f9 commit ea5a8ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Storages/ObjectStorage/StorageObjectStorage.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,5 @@ void StorageObjectStorage::checkAlterIsPossible(const AlterCommands & commands,
689689
configuration->checkAlterIsPossible(commands);
690690
}
691691

692-
StorageObjectStorage::Configuration::Path StorageObjectStorage::Configuration::getPathForWrite(const std::string & partition_id, const std::string & filename_override) const
693-
{
694-
return Path {file_path_generator->getPathForWrite(partition_id, filename_override)};
695692
}
696693

697-
}

0 commit comments

Comments
 (0)