branch: elpa/inf-ruby
commit 1bcb92d3ec1a6b3c9dcd480e0a748ff28abc4f55
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Revert "Work around pry/pry#1267"
This reverts commit 67629312ad25e13265ccf1b6231c847ed3b19e98.
---
inf-ruby.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/inf-ruby.el b/inf-ruby.el
index f93a196dd7..e6b55be48c 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -229,9 +229,6 @@ The following commands are available:
(when (eq system-type 'windows-nt)
(setq comint-process-echoes t))
(compilation-shell-minor-mode t)
- ;; Workaround for pry 0.10.0
- ;; https://github.com/pry/pry/issues/1267
- (set-process-window-size (get-buffer-process (current-buffer)) 1 1)
(run-hooks 'inf-ruby-mode-hook))
(defun inf-ruby-output-filter (output)