From 8bad0486cd890aacc19681893afa5e4fd96eb63a Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Fri, 23 Oct 2015 19:03:33 +0100 Subject: [PATCH] Remove unneeded blank lines. --- ble/FunctionPointerWithContext.h | 3 --- 1 file changed, 3 deletions(-) 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 */ /**