You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/02/21 05:32:14 UTC

[trafficserver] branch quic-latest updated: Use pragma once

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 e4effa3  Use pragma once
e4effa3 is described below

commit e4effa3a228d7e016d95a97f414402b47508fc8f
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Wed Feb 21 14:31:53 2018 +0900

    Use pragma once
---
 iocore/net/P_QUICClosedConCollector.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/iocore/net/P_QUICClosedConCollector.h b/iocore/net/P_QUICClosedConCollector.h
index 4484e97..c8abb6e 100644
--- a/iocore/net/P_QUICClosedConCollector.h
+++ b/iocore/net/P_QUICClosedConCollector.h
@@ -16,8 +16,7 @@
   limitations under the License.
  */
 
-#ifndef _QUIC_CLOSED_CON_COLLECTOR_H_
-#define _QUIC_CLOSED_CON_COLLECTOR_H_
+#pragma once
 
 #include "P_QUICNetVConnection.h"
 
@@ -35,5 +34,3 @@ private:
 
   void _process_closed_connection(EThread *t);
 };
-
-#endif

-- 
To stop receiving notification emails like this one, please contact
maskit@apache.org.