commit | 79f89e0cec046ae7e6ed4a31ccfadd907be8baed | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sat Feb 26 13:17:46 2022 +0100 |
committer | Jens Geyer <jensg@apache.org> | Sat Feb 26 13:19:09 2022 +0100 |
tree | 63d828771567268ea4e16d68df4e130aac4f5723 | |
parent | fa44e9048ac45de25f8a726694a13ac25d2c73fe [diff] |
FIX: remove duplicate constant decls Client: Delphi Patch: Jens Geyer
diff --git a/lib/delphi/src/Thrift.Transport.pas b/lib/delphi/src/Thrift.Transport.pas index 558b65e..3f22b09 100644 --- a/lib/delphi/src/Thrift.Transport.pas +++ b/lib/delphi/src/Thrift.Transport.pas
@@ -45,10 +45,6 @@ Thrift.WinHTTP, Thrift.Stream; -const - DEFAULT_MAX_MESSAGE_SIZE = 100 * 1024 * 1024; // 100 MB - DEFAULT_THRIFT_TIMEOUT = 5 * 1000; // ms - type IStreamTransport = interface;