]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/Watch.h: remove unneeded forward declaration 10269/head
authorMichal Jarzabek <stiopa@gmail.com>
Tue, 12 Jul 2016 16:54:36 +0000 (17:54 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Tue, 12 Jul 2016 16:54:36 +0000 (17:54 +0100)
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/osd/Watch.h

index 79b58e0dc9e1c73a7742d21087db78e0ea68f895..2cff3562c4d03906307faed10be8b538b8e2083f 100644 (file)
@@ -47,7 +47,6 @@ struct CancelableContext;
  *
  * References are held by Watch and the timeout callback.
  */
-class NotifyTimeoutCB;
 class Notify {
   friend class NotifyTimeoutCB;
   friend class Watch;