mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Removed duplicated argument
This commit is contained in:
parent
62cef2c383
commit
00bbd84157
@ -20,7 +20,6 @@ def actorCommand(cmd: str, build:str, src: str):
|
||||
if m1 is None:
|
||||
return cmd
|
||||
cmd1 = r1.sub('\\1actor.cpp', cmd)
|
||||
cmd1 += " -Wno-unknown-attributes" # Make IDEs not warn on our custom [[flow_*]] attributes
|
||||
return rreplace(cmd1, build, src)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user