aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-06-24 19:32:32 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-06-24 19:32:32 +0000
commitf7e438945f531db668642ca75f268c65b96a5679 (patch)
tree10361140d40c5ab396e775bdcc2888629c300bfd /asn1
parenta0e2ba5eb071ce61e369cd7326f0d60d4464cdf7 (diff)
Remove useless packet-spnego.h file
svn path=/trunk/; revision=43461
Diffstat (limited to 'asn1')
-rw-r--r--asn1/spnego/Makefile.common1
-rw-r--r--asn1/spnego/packet-spnego-template.h30
2 files changed, 0 insertions, 31 deletions
diff --git a/asn1/spnego/Makefile.common b/asn1/spnego/Makefile.common
index ddfa2c9e35..92e9174d1f 100644
--- a/asn1/spnego/Makefile.common
+++ b/asn1/spnego/Makefile.common
@@ -32,7 +32,6 @@ EXTRA_DIST = \
Makefile.nmake \
$(ASN_FILE_LIST) \
packet-$(PROTOCOL_NAME)-template.c \
- packet-$(PROTOCOL_NAME)-template.h \
$(PROTOCOL_NAME).cnf
SRC_FILES = \
diff --git a/asn1/spnego/packet-spnego-template.h b/asn1/spnego/packet-spnego-template.h
deleted file mode 100644
index 3d8011c7d5..0000000000
--- a/asn1/spnego/packet-spnego-template.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* packet-spnego.h
- * Routines for spnego packet dissection
- *
- * $Id$
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef PACKET_SPNEGO_H
-#define PACKET_SPNEGO_H
-
-/*#include "packet-spnego-exp.h"*/
-
-#endif /* PACKET_spnego_H */