Commit 112c5d6
committed
[llvm-remarkutil] filter: Fix curses.h namespace pollution
Remove the filter namespace, because `filter` is used by `curses.h`,
causing some external build failures
(llvm#159784 (comment)).
We don't really need the namespace here anyways, because everything is
static. This was just following what some of the other commands in
llvm-remarkutil are doing.
Pull Request: llvm#1608021 parent da51a10 commit 112c5d6
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | | - | |
80 | | - | |
0 commit comments