X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=share%2Fusterr.h;h=a2d0431325707ba70426af8a4ab601f64c2333ba;hb=27ac60757bacb8a0cdc9c1a73400b36f50689730;hp=f1eef743ebd7de5381a4ecbf77ff231c0011ccb0;hpb=1c184644865c13e167b174cd593e80a2c62b2482;p=ust.git diff --git a/share/usterr.h b/share/usterr.h index f1eef74..a2d0431 100644 --- a/share/usterr.h +++ b/share/usterr.h @@ -10,7 +10,4 @@ #define BUG_ON(condition) do { if (unlikely(condition)) ERR("condition not respected (BUG)"); } while(0) #define WARN_ON(condition) do { if (unlikely(condition)) WARN("condition not respected on line %s:%d", __FILE__, __LINE__); } while(0) -#define CPRINTF(fmt, args...) safe_printf(fmt "\n", ## args) - - #endif /* USTERR_H */