Skip to content

Commit a1e9dab

Browse files
committed
drop flush/auto_flushing API on JRuby::Rack::Logger
1 parent 2701e94 commit a1e9dab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/org/jruby/rack/ext/Logger.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -467,13 +467,6 @@ private void doLog(RubyString message) {
467467
logger.log( message );
468468
}
469469

470-
// (old) BufferedLogger API compatibility :
471-
472-
@JRubyMethod(name = "flush", alias = { "auto_flushing", "auto_flushing=" })
473-
public IRubyObject stub(final ThreadContext context) {
474-
return context.nil;
475-
}
476-
477470
/**
478471
* @deprecated Likely, no longer used at all, mostly for 1.1 compatibility.
479472
*/

0 commit comments

Comments
 (0)