Remove unneeded hash table existence check in agent_destroy
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 30 Aug 2015 21:39:58 +0000 (17:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Sep 2015 16:03:08 +0000 (12:03 -0400)
commit1c9e06fbeab14314620802a831dc0c3acb4e0847
tree870d4e62dc815f2af845ab9e2f948d9759a5b2bb
parent46414153463abe07cd1c4a2a1855a63a60af8aa5
Remove unneeded hash table existence check in agent_destroy

This function can never be called if the agent failed to initialize
its hash table. If such a failure occurs, the agent constructor will
return NULL and its caller should handle the error.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/agent.c
This page took 0.024871 seconds and 4 git commands to generate.