remove duplicate

This commit is contained in:
Boris Tasevski 2022-08-04 10:54:56 +02:00
parent ec68d53404
commit 3f5cb9c81d

View File

@ -483,11 +483,6 @@ class CypherMainVisitor : public antlropencypher::MemgraphCypherBaseVisitor {
*/
antlrcpp::Any visitShowPrivileges(MemgraphCypher::ShowPrivilegesContext *ctx) override;
/**
* @return AuthQuery::LabelList
*/
antlrcpp::Any visitLabelList(MemgraphCypher::LabelListContext *ctx) override;
/**
* @return AuthQuery*
*/