Skip to content

Commit b6329d5

Browse files
tiny dead code
1 parent 276607f commit b6329d5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ TESTING ON UNSUPPORTED VERSIONS IS NOT ALLOWED.
6767

6868
ACCEPTANCE CRITERIA: Work will not be accepted unless `nox` (without arguments) runs successfully.
6969

70+
When starting work on a new feature, it is best to clean up temporary files using `nox -s clean`.
71+
7072
### Logging
7173

7274
Logging is required throughout the codebase; prefer many short messages. Avoid adding logging statements on code

src/pycyphal/_header.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from dataclasses import dataclass
55

66
U64_MASK = 0xFFFFFFFFFFFFFFFF
7-
U64_MODULO = 1 << 64
87

98
HEADER_SIZE = 24
109
SEQNO48_MASK = (1 << 48) - 1

0 commit comments

Comments
 (0)