chiark / gitweb /
bus: implement full method call timeout logic
[elogind.git] / src / libsystemd-bus / sd-bus-protocol.h
index 942422f008a0cf7cbac00e334cd002888a304b84..f9a5217dda067ddaaa1c1d81f804406a330806d6 100644 (file)
@@ -26,8 +26,6 @@
 
 /* Types of message */
 
-#define SD_BUS_DEFAULT_TIMEOUT ((usec_t) (25 * USEC_PER_SEC))
-
 enum {
         _SD_BUS_MESSAGE_TYPE_INVALID = 0,
         SD_BUS_MESSAGE_TYPE_METHOD_CALL,