Skip to content

Commit

Permalink
remove old/unused functions left over from the readline REPL days
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jun 6, 2015
1 parent 5863b48 commit 38888d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions base/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ function eval_user_input(ast::ANY, show_value)
isa(STDIN,TTY) && println()
end

function repl_callback(ast::ANY, show_value)
global _repl_enough_stdin = true
Base.stop_reading(STDIN)
put!(repl_channel, (ast, show_value))
end

_repl_start = Condition()

syntax_deprecation_warnings(warn::Bool) =
ccall(:jl_parse_depwarn, Cint, (Cint,), warn)!=0

Expand Down
1 change: 0 additions & 1 deletion base/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ precompile(Base.rehash!, (Dict{UInt8, Any}, Int))
precompile(Base.reinit_stdio, ())
precompile(Base.reload_path, (ASCIIString,))
precompile(Base.repeat, (ASCIIString, Int))
precompile(Base.repl_callback, (Expr, Int))
precompile(Base.repl_cmd, (Cmd,))
precompile(Base.require, (ASCIIString,))
precompile(Base.rr2id, (RemoteRef,))
Expand Down

0 comments on commit 38888d5

Please sign in to comment.