From 3437b656e7a43a170ac99035b3f75c18d2a96a17 Mon Sep 17 00:00:00 2001 From: Julian Mundhahs Date: Wed, 22 May 2024 10:24:58 +0200 Subject: [PATCH] Remove outdated comment --- src/parser/UpdateClause.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parser/UpdateClause.h b/src/parser/UpdateClause.h index 419e65518b..06dc04af0d 100644 --- a/src/parser/UpdateClause.h +++ b/src/parser/UpdateClause.h @@ -10,7 +10,6 @@ namespace parsedQuery { struct UpdateClause : ClauseBase { - // Triples with no variables. std::vector toInsert_; std::vector toDelete_;