diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2013-03-15 12:51:58 -0700 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2013-04-15 14:23:13 -0700 |
commit | 7fbf2603cb90088af65cd709325ad32390c996d5 (patch) | |
tree | f1ea470218005e3f506ad80aa9d51f49ed4cfa9f | |
parent | 51d2c44d4a0bed92a857529f5c8d274732d7c617 (diff) | |
download | ceph-7fbf2603cb90088af65cd709325ad32390c996d5.tar.gz |
test_cls_log: remove warning
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r-- | src/test/cls_log/test_cls_log.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/cls_log/test_cls_log.cc b/src/test/cls_log/test_cls_log.cc index bf694c27f69..a45349b75ea 100644 --- a/src/test/cls_log/test_cls_log.cc +++ b/src/test/cls_log/test_cls_log.cc @@ -24,11 +24,6 @@ static librados::ObjectReadOperation *new_rop() { return new librados::ObjectReadOperation(); } -static void reset_op(librados::ObjectWriteOperation **pop) { - delete *pop; - *pop = new_op(); -} - static void reset_rop(librados::ObjectReadOperation **pop) { delete *pop; *pop = new_rop(); |