mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
+ Removed debug statement
git-svn-id: trunk@3163 -
This commit is contained in:
parent
81d0c485f8
commit
439f1401fe
@ -1499,7 +1499,6 @@ begin
|
||||
Result:=InitialiseMySQL(Mysqllib);
|
||||
end;
|
||||
|
||||
Function dlerror : pchar; cdecl; external;
|
||||
|
||||
Function InitialiseMysql(Const LibraryName : String) : Integer;
|
||||
|
||||
@ -1510,7 +1509,6 @@ begin
|
||||
MysqlLibraryHandle := loadlibrary(LibraryName);
|
||||
if (MysqlLibraryHandle=nilhandle) then
|
||||
begin
|
||||
writeln(dlerror);
|
||||
Raise EInOutError.CreateFmt(SLoadFailed,[LibraryName]);
|
||||
end;
|
||||
Inc(RefCount);
|
||||
|
Loading…
Reference in New Issue
Block a user