mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-2663 - Removed deprecated methods
This commit is contained in:
parent
fa09ee612a
commit
a2a5a6e354
72 changed files with 255 additions and 916 deletions
|
@ -49,7 +49,7 @@ public class FunctionBitPatternsExplorerPlugin extends ProgramPlugin {
|
|||
* @param tool tool
|
||||
*/
|
||||
public FunctionBitPatternsExplorerPlugin(PluginTool tool) {
|
||||
super(tool, false, false);
|
||||
super(tool);
|
||||
provider = new FunctionBitPatternsMainProvider(this);
|
||||
patterns = new HashSet<>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue