mirror of
https://github.com/ceph/ceph
synced 2025-02-18 00:17:37 +00:00
Merge pull request #2242 from majianpeng/fix4
utime: Because class Clock didn't exist,so remove the declaration in class utime_t Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
128aaa509b
@ -33,8 +33,6 @@ public:
|
||||
__u32 tv_sec, tv_nsec;
|
||||
} tv;
|
||||
|
||||
friend class Clock;
|
||||
|
||||
public:
|
||||
bool is_zero() const {
|
||||
return (tv.tv_sec == 0) && (tv.tv_nsec == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user