This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 3cf9068  Remove unused defines
3cf9068 is described below

commit 3cf90685a87494b47a6d4d56383f8735e27f6129
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Wed May 1 18:37:47 2019 +0900

    Remove unused defines
---
 iocore/net/quic/QUICTypes.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/iocore/net/quic/QUICTypes.h b/iocore/net/quic/QUICTypes.h
index 76d0874..c9273c8 100644
--- a/iocore/net/quic/QUICTypes.h
+++ b/iocore/net/quic/QUICTypes.h
@@ -38,11 +38,6 @@
 #include "tscore/ink_inet.h"
 #include "openssl/evp.h"
 
-// These magical defines should be removed when we implement seriously
-#define MAGIC_NUMBER_0 0
-#define MAGIC_NUMBER_1 1
-#define MAGIC_NUMBER_TRUE true
-
 using QUICPacketNumber = uint64_t;
 using QUICVersion      = uint32_t;
 using QUICStreamId     = uint64_t;

Reply via email to