]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msg: Remove mention of g_ceph_context 12149/head
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 8 Dec 2016 03:06:38 +0000 (22:06 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 22 Dec 2016 19:24:39 +0000 (14:24 -0500)
Since it won't exist any more there's no point in saying it can't be
relied on, now is there?

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/msg/xio/XioMessenger.cc

index 5743cc1e42ef57abc4151450ed2bb1b4edd4e997..248cf9372850294cd347686b546dfa5068e51e8a 100644 (file)
@@ -52,8 +52,6 @@ static const level_pair LEVELS[] = {
   make_pair("trace", 20)
 };
 
-// maintain our own global context, we can't rely on g_ceph_context
-// for things like librados
 static CephContext *context;
 
 int get_level()