diff options
| author | Mike Beattie <mike@ethernal.org> | 2012-09-07 17:34:17 +1200 | 
|---|---|---|
| committer | Mike Beattie <mike@ethernal.org> | 2012-09-07 17:34:17 +1200 | 
| commit | b02c17b26e028a6f3a46781211a86a18272da4d0 (patch) | |
| tree | 4d38256a238b157eba9aa90b6330875d2cb02a7c /altoslib/AltosEepromMegaIterable.java | |
| parent | 20bc23ddb90f8a6da1f7ea70f02cf3a038059d32 (diff) | |
altoslib: comment out un-used variables
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altoslib/AltosEepromMegaIterable.java')
| -rw-r--r-- | altoslib/AltosEepromMegaIterable.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/altoslib/AltosEepromMegaIterable.java b/altoslib/AltosEepromMegaIterable.java index be20ba63..aeb9135d 100644 --- a/altoslib/AltosEepromMegaIterable.java +++ b/altoslib/AltosEepromMegaIterable.java @@ -283,7 +283,7 @@ public class AltosEepromMegaIterable extends AltosRecordIterable {  		Iterator<AltosOrderedMegaRecord>	iterator = records.iterator();  		AltosOrderedMegaRecord		record = null;  		AltosRecordMM			state = new AltosRecordMM(); -		boolean				last_reported = false; +		//boolean				last_reported = false;  		EepromState			eeprom = new EepromState();  		state.state = AltosLib.ao_flight_pad;  | 
