diff options
| author | 2026-03-29 13:38:19 +0000 | |
|---|---|---|
| committer | 2026-03-29 13:39:49 +0000 | |
| commit | 37707aada0157f255dbad920b917efb601184e12 (patch) | |
| tree | 29f79d242c764de8d6f1e65bcc847e53f21cd646 /commitquery/bits.go | |
| parent | commitquery: Context has been gone long ago (diff) | |
| signature | No signature | |
commitquery: Reorganize
Diffstat (limited to 'commitquery/bits.go')
| -rw-r--r-- | commitquery/bits.go | 14 |
1 files changed, 0 insertions, 14 deletions
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 -) |
