mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Don't clear StringManager as part of local function analysis
This commit is contained in:
parent
dff7c83542
commit
407285176d
1 changed files with 0 additions and 1 deletions
|
@ -286,7 +286,6 @@ void Architecture::clearAnalysis(Funcdata *fd)
|
||||||
fd->clear(); // Clear stuff internal to function
|
fd->clear(); // Clear stuff internal to function
|
||||||
// Clear out any analysis generated comments
|
// Clear out any analysis generated comments
|
||||||
commentdb->clearType(fd->getAddress(),Comment::warning|Comment::warningheader);
|
commentdb->clearType(fd->getAddress(),Comment::warning|Comment::warningheader);
|
||||||
stringManager->clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Symbols do not necessarily need to be available for the decompiler.
|
/// Symbols do not necessarily need to be available for the decompiler.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue