mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 13:08:00 +02:00
* Remove unused unit from uses clause
git-svn-id: trunk@42009 -
This commit is contained in:
parent
caa5e54b00
commit
2d5550659e
@ -19,7 +19,7 @@ unit sqldbrestbridge;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, DB, SqlTypes, SQLDB, httpdefs, httproute, fpjson, sqldbrestschema, sqldbrestio, sqldbrestdata, sqldbrestauth;
|
||||
Classes, SysUtils, DB, SQLDB, httpdefs, httproute, fpjson, sqldbrestschema, sqldbrestio, sqldbrestdata, sqldbrestauth;
|
||||
|
||||
Type
|
||||
TRestDispatcherOption = (rdoConnectionInURL, // Route includes connection :Connection/:Resource[/:ID]
|
||||
|
Loading…
Reference in New Issue
Block a user