aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-ipv4.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-03-02 17:17:56 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-03-02 17:17:56 +0000
commitcf75b3f6a8d6dce409aacb4fe0e54f1a7db769f8 (patch)
treeeafef3ed7577030c50968996a2e79a1962655178 /epan/ftypes/ftype-ipv4.c
parentb24dff17bd782b5258609a38e2251816e28fc127 (diff)
Get rid of unused method from ftypes structure.
svn path=/trunk/; revision=3093
Diffstat (limited to 'epan/ftypes/ftype-ipv4.c')
-rw-r--r--epan/ftypes/ftype-ipv4.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/epan/ftypes/ftype-ipv4.c b/epan/ftypes/ftype-ipv4.c
index 20729e4fdc..cdbf93b1d9 100644
--- a/epan/ftypes/ftype-ipv4.c
+++ b/epan/ftypes/ftype-ipv4.c
@@ -1,5 +1,5 @@
/*
- * $Id: ftype-ipv4.c,v 1.2 2001/02/01 20:31:21 gram Exp $
+ * $Id: ftype-ipv4.c,v 1.3 2001/03/02 17:17:56 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -29,15 +29,6 @@
#include "ipv4.h"
#include "resolv.h"
-static void
-ftype_from_tvbuff(field_info *fi, tvbuff_t *tvb, int start, int length,
- gboolean little_endian)
-{
- /* XXX */
- g_assert_not_reached();
-}
-
-
static void
set_integer(fvalue_t *fv, guint32 value)
@@ -113,7 +104,6 @@ ftype_register_ipv4(void)
4,
NULL,
NULL,
- ftype_from_tvbuff,
val_from_string,
NULL,