From: Gunnar Beutner Date: Wed, 19 Jun 2013 08:19:04 +0000 (+0200) Subject: Remove unused typedef. X-Git-Tag: v0.0.2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=686ea1021360414a7a69525d0b17b8e0ec6c3c10;p=icinga2 Remove unused typedef. --- diff --git a/lib/remoting/messagepart.h b/lib/remoting/messagepart.h index ac703b9bd..1468f895d 100644 --- a/lib/remoting/messagepart.h +++ b/lib/remoting/messagepart.h @@ -23,13 +23,9 @@ #include "remoting/i2-remoting.h" #include "base/dictionary.h" -struct cJSON; - namespace icinga { -typedef ::cJSON json_t; - /** * A part of an RPC message. *