mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-5654 - Data Type Manager - Speed improvements for deleting data types
This commit is contained in:
parent
0ebc4c9608
commit
404191cdaa
41 changed files with 381 additions and 233 deletions
|
@ -4251,7 +4251,7 @@ public class RecoveredClassHelper {
|
|||
DataType dataType = dataTypeManager.getDataType(folderPath, structureName);
|
||||
if (extendedFlatAPI.isEmptyStructure(dataType)) {
|
||||
|
||||
dataTypeManager.remove(dataType, monitor);
|
||||
dataTypeManager.remove(dataType);
|
||||
Category classCategory = dataTypeManager.getCategory(folderPath);
|
||||
Category parentCategory = classCategory.getParent();
|
||||
boolean tryToRemove = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue