clang-tidy: sessiond: superfluous static specifier
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 29 May 2024 18:32:44 +0000 (18:32 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 Jun 2024 15:09:21 +0000 (11:09 -0400)
commit62256275eae6b397d25d43ad2ffd5d30cee2764d
treeb20f3fcae45faa1b9d4e195a40242f5a9b22d4bc
parente49a2b52c3239f5d4a159f9d9b95657ad519e397
clang-tidy: sessiond: superfluous static specifier

clang-tidy reports:
'get_session_registry' is a static definition in anonymous namespace; static is redundant here

Remove the redundant static specifier.

Change-Id: Iae7be221cde1f0789d3c3a560f1ea70d4d4e5e7a
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.cpp
This page took 0.024538 seconds and 4 git commands to generate.