From a041d523de389b65b98a5373a8034041db2a8d83 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 2 Apr 2026 06:23:30 +0000 Subject: *: Remove --- commitquery/node.go | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 commitquery/node.go (limited to 'commitquery/node.go') diff --git a/commitquery/node.go b/commitquery/node.go deleted file mode 100644 index 7432a719..00000000 --- a/commitquery/node.go +++ /dev/null @@ -1,25 +0,0 @@ -package commitquery - -import ( - commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read" - objectid "codeberg.org/lindenii/furgit/object/id" -) - -// node stores one mutable commit traversal node. -type node struct { - id objectid.ObjectID - - parents []nodeIndex - - commitTime int64 - generation uint64 - - hasGeneration bool - hasGraphPos bool - loaded bool - - graphPos commitgraphread.Position - marks markBits - - touchedPhase uint32 -} -- cgit v1.3.1-10-gc9f91