From e2e465eb7b0df8c79df38fb3de56c79a7ca32192 Mon Sep 17 00:00:00 2001 From: Dave Cornejo Date: Mon, 4 Mar 2019 09:24:42 -1000 Subject: [PATCH] remove redundant typedef that caused problems with some compilers thanks to report from Piotr Kubaj against FreeBSD port: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236195 --- lib/clixon/clixon_plugin.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/clixon/clixon_plugin.h b/lib/clixon/clixon_plugin.h index 09703d90..d7446415 100644 --- a/lib/clixon/clixon_plugin.h +++ b/lib/clixon/clixon_plugin.h @@ -49,8 +49,6 @@ /* * Types */ -/* Dynamicically loadable plugin object handle. @see return value of dlopen(3) */ -typedef void *plghndl_t; /*! Registered RPC callback function * @param[in] h Clicon handle