formatting

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3468 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2009-04-16 19:14:51 +00:00
parent 26ed4e00ed
commit 96e5952a05
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ public final class TypeName implements Serializable {
* @return the name of the array element type for an array
*/
public TypeName parseForArrayElementName() {
short newDim = (short) (key.dim - 1);
if (newDim == 0 && key.innermostPrimitive) {
newDim = -1;