mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
This commit is contained in:
parent
4f1d3f33dd
commit
760349198d
4 changed files with 0 additions and 12 deletions
|
@ -14,8 +14,6 @@
|
|||
#define DECIMAL_MASK 0x02
|
||||
#define DIGIT_MASK 0x04
|
||||
#define LOWER_MASK 0x08
|
||||
#define LINEBREAK_MASK 0x10
|
||||
#define SPACE_MASK 0x20
|
||||
#define TITLE_MASK 0x40
|
||||
#define UPPER_MASK 0x80
|
||||
#define XID_START_MASK 0x100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue