Merge pull request #48612 from ClickHouse/remove-strange-code-2

Remove strange code
This commit is contained in:
Alexey Milovidov 2023-04-11 06:17:45 +03:00 committed by GitHub
commit 9e1db557e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,6 @@ namespace DB
class StorageFile final : public IStorage
{
friend class partitionedstoragefilesink;
public:
struct CommonArguments : public WithContext
{