Skip to content

Commit ec1b27a

Browse files
committed
Remove stale search replace for 'DEVELOPERS'
No longer needed.
1 parent 94a735b commit ec1b27a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/win-apply-clang-format.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ call:searchInReplaced %FINDANDREPLACE% --dir "%1" --useRegEx --find "\t" --repla
5353
echo Remove trailing spaces
5454
call:searchInReplaced %FINDANDREPLACE% --dir "%1" --useRegEx --useEscapeChars --find " +%EOL%" --replace "%EOL%"
5555

56-
echo Remove DEVELOPERS
57-
call:searchInReplaced %FINDANDREPLACE% --dir "%1" --useRegEx --find ".*DEVELOPERS.*(%EOL%.*\w.*)*%EOL%(.*)" --replace "$2"
58-
5956
echo Remove inline from class methods
6057
call:searchInReplaced %FINDANDREPLACE% --dir "%1" --useRegEx --find "^(class(.*%EOL%)*)( +)inline +((.*%EOL%)*})" --replace "$1$3$4"
6158

0 commit comments

Comments
 (0)