Remove "empty" header file

svn path=/trunk/; revision=27361
This commit is contained in:
Stephen Fisher 2009-02-03 20:25:01 +00:00
parent 1bf5b4ffbf
commit d8c9b78b3c
3 changed files with 0 additions and 29 deletions

View File

@ -1000,7 +1000,6 @@ DISSECTOR_INCLUDES = \
packet-h264.h \
packet-h323.h \
packet-h450-ros.h \
packet-hci_h1.h \
packet-hci_h4.h \
packet-hclnfsd.h \
packet-hpext.h \

View File

@ -28,7 +28,6 @@
#include <epan/packet.h>
#include "packet-hci_h1.h"
static int proto_hci_h1 = -1;

View File

@ -1,27 +0,0 @@
/* packet-hci_h1.h
*
* $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_HCI_H1_H__
#define __PACKET_HCI_H1_H__
#endif