|
Removed
Link Here
|
| 1 |
--- lib/notmuch.h.orig 2015-10-30 10:14:41 UTC |
| 2 |
+++ lib/notmuch.h |
| 3 |
@@ -60,7 +60,7 @@ NOTMUCH_BEGIN_DECLS |
| 4 |
#define LIBNOTMUCH_MICRO_VERSION 0 |
| 5 |
|
| 6 |
#define NOTMUCH_DEPRECATED(major,minor) \ |
| 7 |
- __attribute__ ((deprecated ("function deprecated as of libnotmuch " #major "." #minor))) |
| 8 |
+ __attribute__ ((deprecated)) |
| 9 |
#endif /* __DOXYGEN__ */ |
| 10 |
|
| 11 |
/** |