commit | cbea1c7ef32c2dda2568cc6dd5a219a4e63dfa5e | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Wed Dec 13 01:07:33 2006 +0000 |
committer | Mark Slee <mcslee@apache.org> | Wed Dec 13 01:07:33 2006 +0000 |
tree | e2fe453bda246ebb0bc72e98b59e0231a089ef4b | |
parent | 8196a617453ad18c89e8898892aa748861592d81 [diff] |
Take out timestamps from generated files Summary: File system does this for you. Reviewed By: martin, yishan git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664893 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compiler/cpp/src/generate/t_oop_generator.h b/compiler/cpp/src/generate/t_oop_generator.h index d0d2946..987705d 100644 --- a/compiler/cpp/src/generate/t_oop_generator.h +++ b/compiler/cpp/src/generate/t_oop_generator.h
@@ -39,7 +39,6 @@ return std::string("/**\n") + " * Autogenerated by Thrift\n" + - " * " + g_time_str + " *\n" + " * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING\n" + " */\n";
diff --git a/compiler/cpp/src/generate/t_py_generator.cc b/compiler/cpp/src/generate/t_py_generator.cc index bc38296..c6e81e3 100644 --- a/compiler/cpp/src/generate/t_py_generator.cc +++ b/compiler/cpp/src/generate/t_py_generator.cc
@@ -57,7 +57,6 @@ return std::string("#\n") + "# Autogenerated by Thrift\n" + - "# " + g_time_str + "#\n" + "# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING\n" + "#\n";