(Fread): Remove redundant and imprecise declaration.

This commit is contained in:
Stefan Monnier 2002-06-22 21:26:08 +00:00
parent 93da843572
commit 4b28305df3

View file

@ -1460,7 +1460,6 @@ STREAM or the value of `standard-input' may be:
(stream)
Lisp_Object stream;
{
extern Lisp_Object Fread_minibuffer ();
if (NILP (stream))
stream = Vstandard_input;
if (EQ (stream, Qt))