remove ceph code
[stor4nfv.git] / src / ceph / src / common / valgrind.h
diff --git a/src/ceph/src/common/valgrind.h b/src/ceph/src/common/valgrind.h
deleted file mode 100644 (file)
index 8efa60b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
-// vim: ts=8 sw=2 smarttab
-
-#ifndef CEPH_VALGRIND_H
-#define CEPH_VALGRIND_H
-
-#include "acconfig.h"
-
-#ifdef HAVE_VALGRIND_HELGRIND_H
-  #include <valgrind/helgrind.h>
-#else
-  #define ANNOTATE_HAPPENS_AFTER(x)             (void)0
-  #define ANNOTATE_HAPPENS_BEFORE_FORGET_ALL(x) (void)0
-  #define ANNOTATE_HAPPENS_BEFORE(x)            (void)0
-
-  #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) (void)0
-#endif
-
-#endif // CEPH_VALGRIND_H