Commit 17fbc579 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make NEEDLESS_RETURN part of vdef.h

parent f6a79036
...@@ -103,8 +103,6 @@ void mgt_child_inherit(int fd, const char *what); ...@@ -103,8 +103,6 @@ void mgt_child_inherit(int fd, const char *what);
exit(2); \ exit(2); \
} while (0) } while (0)
#define NEEDLESS_RETURN(foo) return (foo)
/* cache/cache_vcl.c */ /* cache/cache_vcl.c */
int VCL_TestLoad(const char *); int VCL_TestLoad(const char *);
......
...@@ -78,5 +78,6 @@ ...@@ -78,5 +78,6 @@
*/ */
#define __match_proto__(xxx) /*lint -e{818} */ #define __match_proto__(xxx) /*lint -e{818} */
#define NEEDLESS_RETURN(foo) return (foo)
#endif /* VDEF_H_INCLUDED */ #endif /* VDEF_H_INCLUDED */
...@@ -51,8 +51,6 @@ ...@@ -51,8 +51,6 @@
#include "vsl_api.h" #include "vsl_api.h"
#include "vxp.h" #include "vxp.h"
#define NEEDLESS_RETURN(foo) return(foo)
struct vslq_query { struct vslq_query {
unsigned magic; unsigned magic;
#define VSLQ_QUERY_MAGIC 0x122322A5 #define VSLQ_QUERY_MAGIC 0x122322A5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment