Merge "Remove unnecessary code"

This commit is contained in:
Shawn Pearce
2010-10-14 18:19:03 -07:00
committed by Android Code Review

View File

@@ -155,9 +155,6 @@ public abstract class AbstractPatchContentTable extends NavigationTable<Object>
idSideA = a;
idSideB = b;
final String pathName = patchKey.get();
int ext = pathName.lastIndexOf('.');
render(s);
}