mirror of
https://github.com/ceph/ceph
synced 2025-01-31 15:32:38 +00:00
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:
parent
f971d6489d
commit
4e95986f20
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user