Skip to content

Commit 3b937a7

Browse files
committed
Remove unnecessary code
1 parent bd2183d commit 3b937a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

soot-infoflow-android/src/soot/jimple/infoflow/android/source/parsers/xml/AbstractXMLSourceSinkParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ protected void handleStarttagCategory(Attributes attributes) {
192192

193193
String strDescription = attributes.getValue(XMLConstants.DESCRIPTION_ATTRIBUTE);
194194

195-
if (strDescription != null)
196-
strDescription = strDescription.trim();
197195
if (strDescription != null && !strDescription.isEmpty())
198196
strDescription = strDescription.trim();
199197

0 commit comments

Comments
 (0)