]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crimson/common/formatter.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / crimson / common / formatter.h
index 1775b0954f497471277fa50e1e2198f097d4fd17..9b7be428aaec20e68a83287e157512793ea784c5 100644 (file)
@@ -9,7 +9,5 @@ namespace std {
 
 ostream& operator<<(ostream& out,
                     const seastar::lowres_system_clock::time_point& t);
-ostream& operator<<(ostream& out,
-                    const ceph::coarse_real_clock::time_point& t);
 
 }