summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2011-04-14 18:18:56 +0200
committerPetr Machata <pmachata@redhat.com>2011-04-14 18:18:56 +0200
commitcc90651e5b1ab40a2cef696a4ed0628678a0161d (patch)
treeea3e08ecfac1c9e0c66029c5fc93f1a27d21b9ca
parentef50b65fe035adbb10d6b9479a27d4ded738a0a4 (diff)
downloadelfutils-cc90651e5b1ab40a2cef696a4ed0628678a0161d.tar.gz
dwarflint: Drop obsolete 'extern "C"' at readctx.hh
-rw-r--r--dwarflint/readctx.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/dwarflint/readctx.hh b/dwarflint/readctx.hh
index 29fc451c..2a1a39f3 100644
--- a/dwarflint/readctx.hh
+++ b/dwarflint/readctx.hh
@@ -29,11 +29,6 @@
#include <stdbool.h>
#include "../libelf/libelf.h"
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
/* Functions and data structures related to bounds-checked
reading. */
@@ -82,8 +77,5 @@ bool read_ctx_eof (struct read_ctx *ctx);
bool read_check_zero_padding (struct read_ctx *ctx,
uint64_t *ret_off_start,
uint64_t *ret_off_end);
-#ifdef __cplusplus
-}
-#endif
#endif