Get rid of an unused variable.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Oct 2005 22:08:20 +0000 (22:08 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 4 Oct 2005 22:08:20 +0000 (22:08 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16122 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dcerpc-samr.c

index cb672e04229ff3a0d0408b13610a84c7c263d07d..3318d998fc28809ad3d34171d54347d1dee539d7 100644 (file)
@@ -247,7 +247,6 @@ sam_dissect_SAM_SECURITY_DESCRIPTOR_data(tvbuff_t *tvb, int offset,
 {
        guint32 len;
        dcerpc_info *di;
-       int old_offset = offset;
 
        di=pinfo->private_data;
        if(di->conformant_run){