atutil: Remove unused macro

With commit 6ee21a3fc1
the usage DECLARE_FAILURE was removed.
This commit is contained in:
Daniel Wagner 2012-12-10 11:37:19 +01:00 committed by Denis Kenzior
parent 11875b7f79
commit 79453f3284
1 changed files with 0 additions and 5 deletions

View File

@ -112,11 +112,6 @@ static inline int at_util_convert_signal_strength(int strength)
return result;
}
#define DECLARE_FAILURE(e) \
struct ofono_error e; \
e.type = OFONO_ERROR_TYPE_FAILURE; \
e.error = 0 \
#define CALLBACK_WITH_FAILURE(cb, args...) \
do { \
struct ofono_error cb_e; \