X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fcommon%2Fvalgrind.h;fp=src%2Fceph%2Fsrc%2Fcommon%2Fvalgrind.h;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=8efa60bf057e859796a83c1e3f95870ea3c3c6fc;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/common/valgrind.h b/src/ceph/src/common/valgrind.h deleted file mode 100644 index 8efa60b..0000000 --- a/src/ceph/src/common/valgrind.h +++ /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 -#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