Skip to content

Commit 43019a0

Browse files
committed
8253345: Remove unimplemented Arguments::lookup_logging_aliases
Reviewed-by: tschatzl
1 parent 6e9efff commit 43019a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/runtime/arguments.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ class Arguments : AllStatic {
478478
// Return the "real" name for option arg if arg is an alias, and print a warning if arg is deprecated.
479479
// Return NULL if the arg has expired.
480480
static const char* handle_aliases_and_deprecation(const char* arg, bool warn);
481-
static bool lookup_logging_aliases(const char* arg, char* buffer);
482481
static AliasedLoggingFlag catch_logging_aliases(const char* name, bool on);
483482

484483
static char* SharedArchivePath;

0 commit comments

Comments
 (0)