aboutsummaryrefslogtreecommitdiffstats
path: root/community/ceph/44-LogClock.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ceph/44-LogClock.h.patch')
-rw-r--r--community/ceph/44-LogClock.h.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/ceph/44-LogClock.h.patch b/community/ceph/44-LogClock.h.patch
deleted file mode 100644
index b50d6f5b21b..00000000000
--- a/community/ceph/44-LogClock.h.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-reported as issue
-https://tracker.ceph.com/issues/50133
-
---- aa/src/log/LogClock.h
-+++ bb/src/log/LogClock.h
-@@ -12,10 +12,6 @@
- #include "include/ceph_assert.h"
- #include "common/ceph_time.h"
-
--#ifndef suseconds_t
--typedef long suseconds_t;
--#endif
--
- namespace ceph {
- namespace logging {
- namespace _logclock {