< prev index next >

src/share/vm/logging/logHandle.hpp

Print this page
rev 13113 : imported patch 8181917-refactor-ul-logstream

@@ -93,13 +93,8 @@
 
   bool is_enabled() const {
     return _tagset->is_level(_level);
   }
 
-  // Creates a log stream from the information stored in this instance.
-  // Callers need a ResourceMark on the stack.
-  outputStream* stream() {
-    return create_log_stream(_level, _tagset);;
-  }
 };
 
 #endif // SHARE_VM_LOGGING_LOGHANDLE_HPP
< prev index next >