From 4848354bb90360e8895e15bb5ca74913155c4bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 11 Oct 2016 12:05:17 +0200 Subject: Get rid of the remaining FAILs --- common.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'common.c') diff --git a/common.c b/common.c index 4bbebd9..347e82b 100644 --- a/common.c +++ b/common.c @@ -34,13 +34,6 @@ #include #include -/// Shorthand to set an error and return failure from the function -#define FAIL(...) \ - BLOCK_START \ - error_set (e, __VA_ARGS__); \ - return 0; \ - BLOCK_END - // --- To be moved to liberty -------------------------------------------------- static ssize_t -- cgit v1.2.3