From c8ef6d5d7b2138a215eac6888a7212bbc738e2af Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 14 Apr 2022 21:47:23 -0700 Subject: [PATCH] gvpack: remove '__cplusplus' guards MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Now that this code has made the C→C++ transition, we can drop the conditionals around this linkage specification. --- cmd/tools/gvpack.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmd/tools/gvpack.cpp b/cmd/tools/gvpack.cpp index 0dbecce43..387044523 100644 --- a/cmd/tools/gvpack.cpp +++ b/cmd/tools/gvpack.cpp @@ -28,18 +28,12 @@ #include #include -#ifdef __cplusplus extern "C" { -#endif - #ifdef GVDLL __declspec(dllimport) #endif extern gvplugin_library_t gvplugin_neato_layout_LTX_library; - -#ifdef __cplusplus } -#endif lt_symlist_t lt_preloaded_symbols[] = { #ifdef GVDLL -- 2.40.0