Gitiles
Code Review
Sign In
review.sourcearcade.org
/
libgfxinit
/
79a53797f70d218c049339ddce135be52e1b5d5b
/
.
/
common
/
delete_dyncpu.sed
blob: 92da9d9becf1ed8db4c773c89cf56d7d3c31c3e3 [
file
] [
log
] [
blame
]
# delete `Dyn_CPU` lines along with a preceding comma in the previous line:
:
s
/,
$
/{
N
s
/,
\n
.*
Dyn_CPU
[^,)]*
//
ts
P
D
}
# delete all other lines about `Dyn_CPU`:
/
Dyn_CPU
/
d