You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2020/07/29 00:46:48 UTC

[trafficserver] branch master updated: Removes FIXME that is unlikely to be fixed at this point in the project history (#7058)

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

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new fef5098  Removes FIXME that is unlikely to be fixed at this point in the project history (#7058)
fef5098 is described below

commit fef509869cd08d0c4194e3806ca52b3749ee68b2
Author: Randall Meyer <rr...@apple.com>
AuthorDate: Tue Jul 28 17:46:36 2020 -0700

    Removes FIXME that is unlikely to be fixed at this point in the project history (#7058)
---
 proxy/http/remap/UrlMappingPathIndex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http/remap/UrlMappingPathIndex.h b/proxy/http/remap/UrlMappingPathIndex.h
index bfcba1f..290690d 100644
--- a/proxy/http/remap/UrlMappingPathIndex.h
+++ b/proxy/http/remap/UrlMappingPathIndex.h
@@ -23,7 +23,7 @@
 #pragma once
 
 #include "tscore/ink_platform.h"
-#undef std // FIXME: remove dependancy on the STL
+
 #include <map>
 
 #include "URL.h"