diff --git a/ble/FunctionPointerWithContext.h b/ble/FunctionPointerWithContext.h index ff76ee3..5152c4b 100644 --- a/ble/FunctionPointerWithContext.h +++ b/ble/FunctionPointerWithContext.h @@ -130,7 +130,6 @@ private: class UndefinedClass; typedef void (UndefinedClass::*UndefinedMemberFunction)(ContextType); - void* _object; union { char _memberFunction[sizeof(UndefinedMemberFunction)]; @@ -138,8 +137,6 @@ private: }; }; - - union { void (*_function)(ContextType context); /**< static function pointer - NULL if none attached */ /**