container: root: rootlogon.C: remove default help()

Help will automatically load when starting an interactive instance.
This commit is contained in:
2025-09-03 14:10:24 -07:00
parent ed163448f9
commit 33486665a9

View File

@@ -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_