summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-02-26 13:17:46 +0100
committerJens Geyer <jensg@apache.org>2022-02-26 13:19:09 +0100
commit79f89e0cec046ae7e6ed4a31ccfadd907be8baed (patch)
tree63d828771567268ea4e16d68df4e130aac4f5723
parentfa44e9048ac45de25f8a726694a13ac25d2c73fe (diff)
downloadthrift-79f89e0cec046ae7e6ed4a31ccfadd907be8baed.tar.gz
FIX: remove duplicate constant decls
Client: Delphi Patch: Jens Geyer
-rw-r--r--lib/delphi/src/Thrift.Transport.pas4
1 files changed, 0 insertions, 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;