Remove unused variable

Found by spotbugs.

Change-Id: I0aa81e45ced0a995adb5e4a45be925e5ef219a77
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
bb10
André Klitzing 2018-03-02 22:34:24 +01:00
parent a0db55040d
commit 2203bb580d
1 changed files with 0 additions and 1 deletions

View File

@ -438,7 +438,6 @@ public abstract class QtLoader {
{
String key = BUNDLED_IN_LIB_RESOURCE_ID_KEY;
java.util.Set<String> keys = m_contextInfo.metaData.keySet();
if (m_contextInfo.metaData.containsKey(key)) {
String[] list = m_context.getResources().getStringArray(m_contextInfo.metaData.getInt(key));