Skip to content

Commit fe2e5f9

Browse files
[build_manager] Dont define unused constant (#4196)
1 parent eca99c8 commit fe2e5f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/clusterfuzz/_internal/build_management/build_manager.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@
6262
# target).
6363
PARTIAL_BUILD_FILE = '.partial_build'
6464

65-
# ICU data file.
66-
ICU_DATA_FILENAME = 'icudtl.dat'
67-
6865
# Time for unpacking a build beyond which an error should be logged.
6966
UNPACK_TIME_LIMIT = 60 * 20
7067

0 commit comments

Comments
 (0)