aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-12-03 21:37:25 -0800
committerGuy Harris <guy@alum.mit.edu>2017-12-04 05:48:58 +0000
commitf411ab39886c5b372371b939311d9cab54a9a183 (patch)
treee8eeed279d31147248077a0ab213961a280156c5
parentccc55bc80cb8965a73fae980d6e1babf6d8a8823 (diff)
Get rid of cfile-int.h.
Change-Id: I6e2349a082e542e4020afafe4cf65b596259e868 Reviewed-on: https://code.wireshark.org/review/24694 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-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:
- */