From: Jérémie Galarneau Date: Sun, 30 Aug 2015 21:39:58 +0000 (-0400) Subject: Remove unneeded hash table existence check in agent_destroy X-Git-Tag: v2.8.0-rc1~447 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=1c9e06fbeab14314620802a831dc0c3acb4e0847;hp=1c9e06fbeab14314620802a831dc0c3acb4e0847;p=lttng-tools.git 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 ---