mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:59:25 +02:00
* Removed unneeded var assignment.
git-svn-id: trunk@35536 -
This commit is contained in:
parent
5405a4727a
commit
2387ea1ee0
@ -5336,7 +5336,6 @@ exit_label:
|
||||
var
|
||||
low,high,mid: longint;
|
||||
optoken: ttoken;
|
||||
s : string;
|
||||
begin
|
||||
skipspace;
|
||||
case c of
|
||||
@ -5375,7 +5374,7 @@ exit_label:
|
||||
end;
|
||||
'''' :
|
||||
begin
|
||||
s:=readquotedstring;
|
||||
readquotedstring;
|
||||
current_scanner.preproc_pattern:=cstringpattern;
|
||||
readpreproc:=_CSTRING;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user