Skip to content

Commit

Permalink
fix cherry-pick mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Libao Yang committed Apr 30, 2024
1 parent 548f900 commit d107ca7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Interpreters/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4196,17 +4196,6 @@ void Context::resetHybridSearchInfo() const
right_hybrid_search_info = nullptr;
}

String Context::getInstanceLicenseKeeperPath() const
{
return shared->instance_license_keeper_path;
}

void Context::setInstanceLicenseKeeperPath(const String & path)
{
if (shared->instance_license_keeper_path.empty())
shared->instance_license_keeper_path = path;
}

WriteSettings Context::getWriteSettings() const
{
WriteSettings res;
Expand Down

0 comments on commit d107ca7

Please sign in to comment.