Browse Source

Delete unused variable

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271707 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
fb697b3d3e
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java
  2. +0
    -2
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java

+ 0
- 2
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java View File

@@ -271,8 +271,6 @@ public class Translate
bundleCountry = Locale.getDefault().getCountry();
}

locale = new Locale( bundleLanguage, bundleCountry );

if( bundleVariant == null )
{
Locale l = new Locale( bundleLanguage, bundleCountry );


+ 0
- 2
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/optional/i18n/Translate.java View File

@@ -271,8 +271,6 @@ public class Translate
bundleCountry = Locale.getDefault().getCountry();
}

locale = new Locale( bundleLanguage, bundleCountry );

if( bundleVariant == null )
{
Locale l = new Locale( bundleLanguage, bundleCountry );


Loading…
Cancel
Save