diff Lists.lua @ 41:dc9bfacca238

Lint
author John@Yosemite-PC
date Wed, 14 Mar 2012 22:06:19 -0400
parents ecef0cba2913
children 72055fc7e115
line wrap: on
line diff
--- a/Lists.lua	Wed Mar 14 10:13:48 2012 -0400
+++ b/Lists.lua	Wed Mar 14 22:06:19 2012 -0400
@@ -71,7 +71,6 @@
 bsk.raidNameP = {} -- "name" is present in raid
 bsk.raidIdP = {} -- "id" is present in raid
 bsk.reserveIdP = {} -- "reserve id present"
-local activeListKey = 1 -- temporary
 local personName2id = {} -- given "name" get that person's id
 
 local tinsert = table.insert