Cleaning up compilation warnings
[moonshot-ui.git] / src / moonshot-local-flat-file-store.vala
index 9654682..e4c303c 100644 (file)
@@ -154,7 +154,6 @@ public class LocalFlatFileStore : Object, IIdentityCardStore {
 
             /* workaround for Centos vala array property bug: use temp arrays */
             var rules = id_card.rules;
-            string[] empty = {};
             string[] rules_patterns = new string[rules.length];
             string[] rules_always_conf = new string[rules.length];