Skip to content

Commit ccfe160

Browse files
Update consts_getter.py: remove unnecessary constants
1 parent 6355a5c commit ccfe160

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tools/build/consts_getter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import os
22

3-
SCRIPT_NAME = 'Tools/build/consts_getter.py'
4-
__file__ = os.path.abspath(__file__)
5-
ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
3+
ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
64
INTERNAL = os.path.join(ROOT, 'Include', 'internal')
75

86
def get_nsmallnegints_and_nsmallposints() -> tuple[int, int]:

0 commit comments

Comments
 (0)