]> granicus.if.org Git - icu/commitdiff
ICU-10945 remove duplicate warning
authorTom Zhang <tomzhang@svn.icu-project.org>
Fri, 27 Jun 2014 16:41:01 +0000 (16:41 +0000)
committerTom Zhang <tomzhang@svn.icu-project.org>
Fri, 27 Jun 2014 16:41:01 +0000 (16:41 +0000)
X-SVN-Rev: 35960

icu4j/main/tests/framework/src/com/ibm/icu/dev/test/TestFmwk.java

index 25ae7137d1a68b72f1e23617dd5829321ef907e7..54ecd9a6bfaeb887d5316ef7ba7504674a05ee1a 100644 (file)
@@ -1927,7 +1927,6 @@ public class TestFmwk extends AbstractTestLog {
     public boolean handleAssert(boolean result, String message,
             Object expected, Object actual, String relation, boolean flip) {
         if (!result || isVerbose()) {
-            String testLocation = sourceLocation();
             if (message == null) {
                 message = "";
             }