I don't think we need this line anymore

This commit is contained in:
Nathan Sobo
2012-10-31 13:50:51 -06:00
parent dbf8639375
commit 8ae08dc21d

View File

@@ -127,7 +127,6 @@ class LineMap
sourceDelta = traversalResult[sourceDeltaType]
targetDelta = traversalResult[targetDeltaType]
return targetDelta unless lastLineFragment
maxSourceColumn = sourceDelta.column + lastLineFragment.textLength()
maxTargetColumn = targetDelta.column + lastLineFragment.textLength()