mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Removing impossible to reach code.
This commit is contained in:
parent
8e47410a17
commit
77f659c84d
1 changed files with 0 additions and 3 deletions
|
@ -186,9 +186,6 @@ public class SymbolTablePluginScreenShots extends GhidraScreenShotGenerator {
|
|||
else if ("Location".equals(headerValue)) {
|
||||
column.setPreferredWidth(170);
|
||||
}
|
||||
else if ("Namespace".equals(headerValue)) {
|
||||
column.setPreferredWidth(170);
|
||||
}
|
||||
else if ("Source".equals(headerValue)) {
|
||||
column.setPreferredWidth(170);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue