cifs: Remove unused cEVENT macro
[deliverable/linux.git] / fs / cifs / cifs_debug.h
index c0c68bb492d7d98e43257bd4d433bf0676b06530..b0fc344eb8572a8aca30e34902bd98566347c32e 100644 (file)
@@ -63,12 +63,6 @@ do {                                         \
 /* debug event message: */
 extern int cifsERROR;
 
-#define cEVENT(fmt, arg...)                                            \
-do {                                                                   \
-       if (cifsERROR)                                                  \
-               printk(KERN_EVENT "%s: " fmt "\n", __FILE__, ##arg);    \
-} while (0)
-
 /* error event message: e.g., i/o error */
 #define cifserror(fmt, arg...)                                 \
 do {                                                           \
@@ -88,7 +82,6 @@ do {                                          \
  */
 #else          /* _CIFS_DEBUG */
 #define cERROR(set, fmt, arg...)
-#define cEVENT(fmt, arg...)
 #define cFYI(set, fmt, arg...)
 #define cifserror(fmt, arg...)
 #endif         /* _CIFS_DEBUG */
This page took 0.026644 seconds and 5 git commands to generate.