This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* Remove leftover statement
Michaël Van Canneyt
1 year ago
parent
2cb7e44a1b
commit
48c27aea1e
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
packages/fcl-db/src/sqldb/sqldbpool.pp
+ 0
- 1
packages/fcl-db/src/sqldb/sqldbpool.pp
View File
@@ -1003,7 +1003,6 @@ begin
finally
finally
FLock.Leave;
FLock.Leave;
end;
end;
- IndexOf(aConnection)
end;
end;