mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-2023: post-review modifications
This commit is contained in:
parent
5f1367d2a8
commit
097421553c
7 changed files with 15 additions and 19 deletions
|
@ -581,11 +581,4 @@ public interface DebuggerObjectModel {
|
|||
*/
|
||||
CompletableFuture<Void> flushEvents();
|
||||
|
||||
/**
|
||||
* If the model permits, suppress automatic descent into containers
|
||||
*/
|
||||
default void setSuppressDescent(boolean suppressDescent) {
|
||||
// Do nothing by default
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue