Skip to content

Commit

Permalink
Get rid of an unused variable.
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=1256
  • Loading branch information
guyharris committed Dec 9, 1999
1 parent 8061885 commit 408da29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packet-atalk.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* packet-atalk.c
* Routines for Appletalk packet disassembly (DDP, currently).
*
* $Id: packet-atalk.c,v 1.27 1999/12/09 04:02:50 nneul Exp $
* $Id: packet-atalk.c,v 1.28 1999/12/09 07:37:13 guy Exp $
*
* Simon Wilkinson <sxw@dcs.ed.ac.uk>
*
Expand Down Expand Up @@ -134,7 +134,6 @@ int dissect_pascal_string(const u_char *pd, int offset, frame_data *fd,
proto_tree *tree, int hf_index)
{
int len;
char *tmp;

if ( ! BYTES_ARE_IN_FRAME(offset,1) ) {
dissect_data(pd,offset,fd,tree);
Expand Down

0 comments on commit 408da29

Please sign in to comment.