Commit 1eb6c24
Yonghong Song
[BPF] Remove dead code related to __bpf_trap global var
In [1], the symbol __bpf_trap (macro BPF_TRAP) is removed if it
is not used in the code. In the discussion in [1], it is found
that the branch "if (Op.isSymbol())" is actually always false.
Remove it to avoid confusion.
[1] #1660031 parent 240fe7e commit 1eb6c24
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 179 | | |
184 | 180 | | |
185 | 181 | | |
| |||
0 commit comments