delete TODO

git-svn-id: https://smali.googlecode.com/svn/trunk@449 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-09-09 05:09:45 +00:00
parent 726d88404d
commit e942607e1a

View File

@ -1355,9 +1355,6 @@ public class DeodexUtil {
public void updateRegisterReferenceType(TypeIdItem type) { public void updateRegisterReferenceType(TypeIdItem type) {
this.registerReferenceType = type; this.registerReferenceType = type;
this.propogateRegisters(); this.propogateRegisters();
//TODO: need to handle the case when propogating the registers causes a change in a register that would
//change the result of a previously deodexed instruction. maybe just set fixed to false, and make
//sure to re-iterate over them?
} }
public void propogateRegisters() { public void propogateRegisters() {