CephContext: remove silly debug code

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
This commit is contained in:
Colin Patrick McCabe 2011-06-09 16:09:38 -07:00
parent e6349ec2e0
commit 6d4b93dd17

View File

@ -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) */