mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-04 06:23:45 +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)) {
|
else if ("Location".equals(headerValue)) {
|
||||||
column.setPreferredWidth(170);
|
column.setPreferredWidth(170);
|
||||||
}
|
}
|
||||||
else if ("Namespace".equals(headerValue)) {
|
|
||||||
column.setPreferredWidth(170);
|
|
||||||
}
|
|
||||||
else if ("Source".equals(headerValue)) {
|
else if ("Source".equals(headerValue)) {
|
||||||
column.setPreferredWidth(170);
|
column.setPreferredWidth(170);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user