From: Jérémie Galarneau Date: Tue, 10 Sep 2019 23:35:32 +0000 (-0400) Subject: Clean-up: remove NULL check on sesison_create mandatory arguments X-Git-Tag: v2.11.0-rc4~69 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=7e0a8f85d65b2df39e1b8455bd88c2e5da995956;hp=7e0a8f85d65b2df39e1b8455bd88c2e5da995956;p=lttng-tools.git Clean-up: remove NULL check on sesison_create mandatory arguments session_name, base_path, and hostname are assumed to be non-null in the session_create() function. Checking the pointers for null is therefore useless. Signed-off-by: Jérémie Galarneau ---