Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Qup42 committed May 22, 2024
1 parent 3172dd0 commit 3437b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/UpdateClause.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace parsedQuery {
struct UpdateClause : ClauseBase {
// Triples with no variables.
std::vector<SparqlTripleSimple> toInsert_;
std::vector<SparqlTripleSimple> toDelete_;

Expand Down

0 comments on commit 3437b65

Please sign in to comment.