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 2018/08/08 17:24:04 UTC

[trafficserver] 04/06: Removes weird comment 'MAGIC_EDITING_TAG'

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

commit 0242647ae91ad226ad6a857d17857d3d4b1a42c1
Author: Randall Meyer <rr...@apple.com>
AuthorDate: Tue Jul 31 21:08:46 2018 -0700

    Removes weird comment 'MAGIC_EDITING_TAG'
---
 iocore/dns/DNS.cc                        | 2 +-
 iocore/eventsystem/UnixEventProcessor.cc | 2 +-
 lib/ts/Tokenizer.cc                      | 2 +-
 lib/ts/ink_defs.cc                       | 2 +-
 lib/ts/ink_error.cc                      | 2 +-
 proxy/hdrs/HttpCompat.cc                 | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/iocore/dns/DNS.cc b/iocore/dns/DNS.cc
index fc38127..479a22a 100644
--- a/iocore/dns/DNS.cc
+++ b/iocore/dns/DNS.cc
@@ -21,7 +21,7 @@
   limitations under the License.
  */
 
-#include "P_DNS.h" /* MAGIC_EDITING_TAG */
+#include "P_DNS.h"
 #include <ts/ink_inet.h>
 
 #ifdef SPLIT_DNS
diff --git a/iocore/eventsystem/UnixEventProcessor.cc b/iocore/eventsystem/UnixEventProcessor.cc
index d2e86c7..8344650 100644
--- a/iocore/eventsystem/UnixEventProcessor.cc
+++ b/iocore/eventsystem/UnixEventProcessor.cc
@@ -21,7 +21,7 @@
   limitations under the License.
  */
 
-#include "P_EventSystem.h" /* MAGIC_EDITING_TAG */
+#include "P_EventSystem.h"
 #include <sched.h>
 #if TS_USE_HWLOC
 #if HAVE_ALLOCA_H
diff --git a/lib/ts/Tokenizer.cc b/lib/ts/Tokenizer.cc
index 13a3330..8fc2a2d 100644
--- a/lib/ts/Tokenizer.cc
+++ b/lib/ts/Tokenizer.cc
@@ -33,7 +33,7 @@
  *
  *
  *
- ****************************************************************************/ /* MAGIC_EDITING_TAG */
+ ****************************************************************************/
 
 Tokenizer::Tokenizer(const char *StrOfDelimiters)
 {
diff --git a/lib/ts/ink_defs.cc b/lib/ts/ink_defs.cc
index 65b02f5..6b28c1e 100644
--- a/lib/ts/ink_defs.cc
+++ b/lib/ts/ink_defs.cc
@@ -36,7 +36,7 @@
 #endif
 #if defined(linux)
 #include <sys/utsname.h>
-#endif /* MAGIC_EDITING_TAG */
+#endif
 
 int off = 0;
 int on  = 1;
diff --git a/lib/ts/ink_error.cc b/lib/ts/ink_error.cc
index cfa1868..f0bc6b8 100644
--- a/lib/ts/ink_error.cc
+++ b/lib/ts/ink_error.cc
@@ -27,7 +27,7 @@
 #include "ts/ink_stack_trace.h"
 
 #include <syslog.h>
-#include <csignal> /* MAGIC_EDITING_TAG */
+#include <csignal>
 
 /**
   This routine prints/logs an error message given the printf format
diff --git a/proxy/hdrs/HttpCompat.cc b/proxy/hdrs/HttpCompat.cc
index 4ce1008..313e1a8 100644
--- a/proxy/hdrs/HttpCompat.cc
+++ b/proxy/hdrs/HttpCompat.cc
@@ -23,7 +23,7 @@
 
 #include "ts/ink_platform.h"
 #include "HttpCompat.h"
-#include "HdrUtils.h" /* MAGIC_EDITING_TAG */
+#include "HdrUtils.h"
 
 //////////////////////////////////////////////////////////////////////////////
 //