summaryrefslogtreecommitdiff
path: root/wiretap/ascend.y
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-12-06 15:39:10 -0800
committerGuy Harris <guy@alum.mit.edu>2015-12-06 23:40:08 +0000
commitf520f82750d189476fe4c2bf95c58d12640e5068 (patch)
tree1d5c182defb372fde0b0d573977860276e18c94c /wiretap/ascend.y
parent9e60f2a080764c20089a8e3d3846a045e4417643 (diff)
downloadwireshark-f520f82750d189476fe4c2bf95c58d12640e5068.tar.gz
Get rid of a bunch of unused variables.
("Unused" includes "set but not used".) Change-Id: Id67859b366e8caa50262f8530630ec4e8ef1507a Reviewed-on: https://code.wireshark.org/review/12457 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/ascend.y')
-rw-r--r--wiretap/ascend.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/wiretap/ascend.y b/wiretap/ascend.y
index b59b811436..dc30a9e78f 100644
--- a/wiretap/ascend.y
+++ b/wiretap/ascend.y
@@ -434,7 +434,6 @@ datagroup: dataln
void
init_parse_ascend(void)
{
- at_eof = 0;
start_time = 0; /* we haven't see a date/time yet */
}