From cc90651e5b1ab40a2cef696a4ed0628678a0161d Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 14 Apr 2011 18:18:56 +0200 Subject: dwarflint: Drop obsolete 'extern "C"' at readctx.hh --- dwarflint/readctx.hh | 8 -------- 1 file changed, 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 #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 -- cgit v1.2.1