Gitiles
Code Review
Sign In
review.sourcearcade.org
/
libgfxinit
/
refs/heads/main
/
.
/
common
/
delete_dyncpu.sed
blob: 92da9d9becf1ed8db4c773c89cf56d7d3c31c3e3 [
file
] [
log
] [
blame
]
Nico Huber
04f919c
2021-06-13 20:37:17 +0000
[
diff
] [
blame
]
1
# delete `Dyn_CPU` lines along with a preceding comma in the previous line:
2
:
s
3
/,
$
/{
4
N
5
s
/,
\n
.*
Dyn_CPU
[^,)]*
//
6
ts
7
P
8
D
9
}
10
# delete all other lines about `Dyn_CPU`:
11
/
Dyn_CPU
/
d