GP-1797 removed unused DataTypeConflictException

This commit is contained in:
ghidra1 2022-05-16 12:33:16 -04:00
parent 0acb497263
commit 01067debde
56 changed files with 172 additions and 365 deletions

View file

@ -636,9 +636,6 @@ public class ArmAnalyzer extends ConstantPropagationAnalyzer {
catch (CodeUnitInsertionException e) {
data = program.getListing().getDefinedDataAt(address);
}
catch (DataTypeConflictException e) {
// ignore data type conflict
}
int addrByteSize = dt.getLength();
//data = program.getListing().getDefinedDataAt(address);
if (data != null) {