remove ceph code
[stor4nfv.git] / src / ceph / src / librbd / journal / TypeTraits.h
diff --git a/src/ceph/src/librbd/journal/TypeTraits.h b/src/ceph/src/librbd/journal/TypeTraits.h
deleted file mode 100644 (file)
index d6dde69..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
-// vim: ts=8 sw=2 smarttab
-
-#ifndef CEPH_LIBRBD_JOURNAL_TYPE_TRAITS_H
-#define CEPH_LIBRBD_JOURNAL_TYPE_TRAITS_H
-
-namespace journal {
-class Future;
-class Journaler;
-class ReplayEntry;
-}
-
-namespace librbd {
-namespace journal {
-
-template <typename ImageCtxT>
-struct TypeTraits {
-  typedef ::journal::Journaler Journaler;
-  typedef ::journal::Future Future;
-  typedef ::journal::ReplayEntry ReplayEntry;
-};
-
-} // namespace journal
-} // namespace librbd
-
-#endif // CEPH_LIBRBD_JOURNAL_TYPE_TRAITS_H