From 33486665a9fc14e8421ccb2135e9fe7240cc4727 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Wed, 3 Sep 2025 14:10:24 -0700 Subject: [PATCH] container: root: rootlogon.C: remove default help() Help will automatically load when starting an interactive instance. --- container/src/root/macro/rootlogon.C | 3 --- 1 file changed, 3 deletions(-) diff --git a/container/src/root/macro/rootlogon.C b/container/src/root/macro/rootlogon.C index ab21aaa..2cb0c48 100644 --- a/container/src/root/macro/rootlogon.C +++ b/container/src/root/macro/rootlogon.C @@ -196,9 +196,6 @@ void rootlogon() gInterpreter->ProcessLine(".L ../src/hash.hh"); gInterpreter->ProcessLine(".L ../src/random.hh"); gInterpreter->ProcessLine(".L ../src/utility.hh"); - - // Help usage - help(); } #endif // CONTAINER_SRC_ROOT_MACRO_ROOTLOGON_C_