hotspot/src/share/vm/logging/logOutput.cpp
changeset 42067 34b99c8faa51
parent 39707 4974c8df2532
child 46560 388aa8d67c80
--- a/hotspot/src/share/vm/logging/logOutput.cpp	Fri Oct 21 10:18:11 2016 +0200
+++ b/hotspot/src/share/vm/logging/logOutput.cpp	Fri Oct 21 10:14:54 2016 +0200
@@ -29,9 +29,6 @@
 #include "runtime/mutexLocker.hpp"
 #include "runtime/os.inline.hpp"
 
-LogOutput* const LogOutput::Stdout = &LogStdoutOutput::_instance;
-LogOutput* const LogOutput::Stderr = &LogStderrOutput::_instance;
-
 LogOutput::~LogOutput() {
   os::free(_config_string);
 }