mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 03:57:13 +08:00
Removing impossible to reach code.
This commit is contained in:
-3
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user