Skip to content

Commit d06ffe2

Browse files
committed
fixup! Add python script for automatic RTS_INTERNAL removals (#1231)
1 parent de74238 commit d06ffe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/cpp/remove_rts_internal.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Created with python 3.11.4
22

3+
# This script helps removing RTS_INTERNAL words from the various CPP files.
4+
# Just run it.
5+
36
import glob
47
import os
58

0 commit comments

Comments
 (0)