From 37707aada0157f255dbad920b917efb601184e12 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 13:38:19 +0000 Subject: commitquery: Reorganize --- commitquery/bits.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 commitquery/bits.go (limited to 'commitquery/bits.go') diff --git a/commitquery/bits.go b/commitquery/bits.go deleted file mode 100644 index 36ffff29..00000000 --- a/commitquery/bits.go +++ /dev/null @@ -1,14 +0,0 @@ -package commitquery - -type markBits uint8 - -const ( - markLeft markBits = 1 << iota - markRight - markStale - markResult -) - -const ( - allMarks = markLeft | markRight | markStale | markResult -) -- cgit v1.3.1-10-gc9f91