remove ceph code
[stor4nfv.git] / src / ceph / src / client / InodeRef.h
diff --git a/src/ceph/src/client/InodeRef.h b/src/ceph/src/client/InodeRef.h
deleted file mode 100644 (file)
index 822ec0f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
-// vim: ts=8 sw=2 smarttab
-
-#ifndef CEPH_CLIENT_INODEREF_H
-#define CEPH_CLIENT_INODEREF_H
-
-#include <boost/intrusive_ptr.hpp>
-class Inode;
-void intrusive_ptr_add_ref(Inode *in);
-void intrusive_ptr_release(Inode *in);
-typedef boost::intrusive_ptr<Inode> InodeRef;
-#endif