aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfile-int.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/cfile-int.h b/cfile-int.h
deleted file mode 100644
index ffad251e6e..0000000000
--- a/cfile-int.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* cfile-int.h
- * Definition of capture_file structure.
- *
- * Wireshark - Network traffic analyzer
- * By Gerald Combs <gerald@wireshark.org>
- * Copyright 1998 Gerald Combs
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef __CFILE_INT_H__
-#define __CFILE_INT_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* cfile-int.h */
-
-/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
- *
- * Local Variables:
- * c-basic-offset: 2
- * tab-width: 8
- * indent-tabs-mode: nil
- * End:
- *
- * vi: set shiftwidth=2 tabstop=8 expandtab:
- * :indentSize=2:tabSize=8:noTabs=true:
- */