Update ExecutableDictionarySource.h

This commit is contained in:
alexey-milovidov 2020-09-07 09:44:32 +03:00 committed by GitHub
parent 8dd98f74a5
commit 1f0d2be17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ namespace DB
/// Allows loading dictionaries from executable
class ExecutableDictionarySource final : public IDictionarySource
{
friend class BlockInputStreamWithBackgroundThread;
public:
ExecutableDictionarySource(
const DictionaryStructure & dict_struct_,