From 79f89e0cec046ae7e6ed4a31ccfadd907be8baed Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Sat, 26 Feb 2022 13:17:46 +0100 Subject: [PATCH] FIX: remove duplicate constant decls Client: Delphi Patch: Jens Geyer --- lib/delphi/src/Thrift.Transport.pas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/delphi/src/Thrift.Transport.pas b/lib/delphi/src/Thrift.Transport.pas index 558b65efb..3f22b096a 100644 --- a/lib/delphi/src/Thrift.Transport.pas +++ b/lib/delphi/src/Thrift.Transport.pas @@ -45,10 +45,6 @@ uses Thrift.WinHTTP, Thrift.Stream; -const - DEFAULT_MAX_MESSAGE_SIZE = 100 * 1024 * 1024; // 100 MB - DEFAULT_THRIFT_TIMEOUT = 5 * 1000; // ms - type IStreamTransport = interface;