From 2d97c1e2c6476c790c84e6b5b350a0663d629bfe Mon Sep 17 00:00:00 2001 From: Olof Hagsand Date: Thu, 9 Jul 2020 08:07:41 +0000 Subject: [PATCH] handle sanity check removed that triggered c++ linkage errors --- lib/clixon/clixon_handle.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/clixon/clixon_handle.h b/lib/clixon/clixon_handle.h index 026159c1..9b32fff8 100644 --- a/lib/clixon/clixon_handle.h +++ b/lib/clixon/clixon_handle.h @@ -46,11 +46,7 @@ Note that its contents is different dependending on if invoked from a cli/backend/netconf or other plugin. But this is hidden under-the-hood. */ -#if 1 /* SANITY CHECK */ -typedef struct {float a;} *clicon_handle; -#else typedef void *clicon_handle; -#endif /* The dynamicically loadable plugin object handle (should be in clixon_plugin.h) */ typedef void *plghndl_t;