diff --git a/src/c-wrapper/c-types.cpp b/src/c-wrapper/c-types.cpp index c4a9acbed..767d32833 100644 --- a/src/c-wrapper/c-types.cpp +++ b/src/c-wrapper/c-types.cpp @@ -30,11 +30,6 @@ using namespace std; -void toto () { - LinphonePrivate::EventLog titi; - LinphonePrivate::EventLog machin(titi); -} - extern "C" { #define L_DECLARE_C_STRUCT_IMPL(STRUCT) \ struct _Linphone ## STRUCT { \