From c6389557589e7f4b527159ffceb81d019f409e56 Mon Sep 17 00:00:00 2001 From: Teon Banek Date: Mon, 13 Mar 2017 16:06:15 +0100 Subject: [PATCH] Remove ast.cpp from CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 613bf358c..ca6418691 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -353,7 +353,6 @@ set(memgraph_src_files ${src_dir}/query/frontend/ast/cypher_main_visitor.cpp ${src_dir}/query/context.cpp ${src_dir}/query/backend/cpp/typed_value.cpp - ${src_dir}/query/frontend/ast/ast.cpp ) # -----------------------------------------------------------------------------