- removed useless 'far;' declaration

git-svn-id: trunk@38724 -
This commit is contained in:
nickysn 2018-04-10 13:21:48 +00:00
parent b21462d3b1
commit ef341e4b1c

View File

@ -214,7 +214,7 @@ const
{===Helper routines==================================================}
function SystemUpcase(aCh : AnsiChar) : AnsiChar; far;
function SystemUpcase(aCh : AnsiChar) : AnsiChar;
begin
Result := System.Upcase(aCh);
end;