sintax error in script - Mailing list pgsql-general

From Luis Daniel Lucio Quiroz
Subject sintax error in script
Date
Msg-id 201005282009.46504.luis.daniel.lucio@gmail.com
Whole thread Raw
Responses Re: sintax error in script  (Shoaib Mir <shoaibmir@gmail.com>)
Re: sintax error in script  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
List pgsql-general
CREATE OR REPLACE FUNCTION to_number(integer)
  RETURNS "numeric" AS
$BODY$
BEGIN
RETURN to_number($1, 'S99999999999999D999999');
EXCEPTION
  WHEN OTHERS THEN
    RETURN NULL;
END;
$BODY$
  LANGUAGE 'plpgsql' IMMUTABLE;
/-- END


pgsql is telling me /-- END has a sintax error,
just to confirm, is it okay if i get rid of that line?

pgsql-general by date:

Previous
From: Tom Wilcox
Date:
Subject: Re: Out of Memory and Configuration Problems (Big Computer)
Next
From: Gregory Golberg
Date:
Subject: getaddrinfo problems in pl/python