mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 23:55:45 +08:00
GT-2845: Removing MemoryConflictHandler.
This commit is contained in:
@@ -20,7 +20,6 @@ import java.util.*;
|
||||
|
||||
import ghidra.app.util.Option;
|
||||
import ghidra.app.util.bin.ByteProvider;
|
||||
import ghidra.app.util.importer.MemoryConflictHandler;
|
||||
import ghidra.app.util.importer.MessageLog;
|
||||
import ghidra.app.util.opinion.AbstractLibrarySupportLoader;
|
||||
import ghidra.app.util.opinion.LoadSpec;
|
||||
@@ -55,7 +54,7 @@ public class SkeletonLoader extends AbstractLibrarySupportLoader {
|
||||
|
||||
@Override
|
||||
protected void load(ByteProvider provider, LoadSpec loadSpec, List<Option> options,
|
||||
Program program, MemoryConflictHandler handler, TaskMonitor monitor, MessageLog log)
|
||||
Program program, TaskMonitor monitor, MessageLog log)
|
||||
throws CancelledException, IOException {
|
||||
|
||||
// TODO: Load the bytes from 'provider' into the 'program'.
|
||||
|
||||
Reference in New Issue
Block a user