aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-01-11 21:20:57 +0000
committerGuy Harris <guy@alum.mit.edu>2013-01-11 21:20:57 +0000
commitb8af5b44d1b77806b2e920a22ca804c5be16f1db (patch)
tree617f855ea6fb943c7df72ff0cd5fbe40839779d1 /epan/dissectors/packet-nas_eps.c
parent9f387eddbb99fa38a5594a91607fc9c014042dfa (diff)
#if 0 out some variables that are used only in now-#if 0'ed code.
svn path=/trunk/; revision=47040
Diffstat (limited to 'epan/dissectors/packet-nas_eps.c')
-rw-r--r--epan/dissectors/packet-nas_eps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-nas_eps.c b/epan/dissectors/packet-nas_eps.c
index fa54bffb9c..15762ce6df 100644
--- a/epan/dissectors/packet-nas_eps.c
+++ b/epan/dissectors/packet-nas_eps.c
@@ -3250,10 +3250,14 @@ nas_emm_detach_req_DL(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, g
static void
nas_emm_detach_req(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len)
{
+#if 0
guint32 curr_offset;
+#endif
/*guint curr_len;*/
+#if 0
curr_offset = offset;
+#endif
/*curr_len = len;*/
if (pinfo) {