Commit 7bf33c8
authored
[llvm-remarkutil] filter: Fix curses.h namespace pollution (#160802)
Remove the filter namespace, because `filter` is used by `curses.h`,
causing some external build failures
(#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.1 parent e6174eb commit 7bf33c8
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 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
84 | | - | |
0 commit comments