msg: Remove mention of g_ceph_context

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>
This commit is contained in:
Adam C. Emerson 2016-12-07 22:06:38 -05:00
parent f971d6489d
commit 4e95986f20

View 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()