DataFlash: removed BUILD_DELEGATES code

no longer needed
This commit is contained in:
Andrew Tridgell 2015-05-26 14:35:04 +10:00
parent 83e6181024
commit 8624a262e7

View File

@ -32,8 +32,6 @@ class DataFlash_Class
public:
#if APM_BUILD_FUNCTOR
FUNCTOR_TYPEDEF(print_mode_fn, void, AP_HAL::BetterStream*, uint8_t);
#elif APM_BUILD_DELEGATES
typedef DELEGATE_FUNCTION2(void, AP_HAL::BetterStream*, uint8_t) print_mode_fn;
#else
typedef void (*print_mode_fn)(AP_HAL::BetterStream *, uint8_t);
#endif