From 6d4b93dd170f4e5328d2a562047a0d13f0023c95 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Thu, 9 Jun 2011 16:09:38 -0700 Subject: [PATCH] CephContext: remove silly debug code Signed-off-by: Colin McCabe --- src/common/ceph_context.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/ceph_context.h b/src/common/ceph_context.h index 40d2daec8d994..4f3f33eb2ec42 100644 --- a/src/common/ceph_context.h +++ b/src/common/ceph_context.h @@ -66,10 +66,8 @@ private: friend class CephContextServiceThread; CephContextServiceThread *_service_thread; - char foo[512]; /* lock which protects service thread creation, destruction, etc. */ pthread_spinlock_t _service_thread_lock; - char bar[512]; }; /* Globals (FIXME: remove) */ -- 2.39.5