IMPALA-5027: addendum - remove unneeded #define Change-Id: I8b460fc69ddb08ef0b68be725ec16782ab187806 Reviewed-on: http://gerrit.cloudera.org:8080/6298 Reviewed-by: Jim Apple <[email protected]> Tested-by: Impala Public Jenkins
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/082b3eff Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/082b3eff Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/082b3eff Branch: refs/heads/master Commit: 082b3eff0b7dff440479d6ca1795d4955daa0d77 Parents: 317041f Author: Tim Armstrong <[email protected]> Authored: Tue Mar 7 13:04:58 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Mar 8 01:51:07 2017 +0000 ---------------------------------------------------------------------- be/src/udf/udf.h | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/082b3eff/be/src/udf/udf.h ---------------------------------------------------------------------- diff --git a/be/src/udf/udf.h b/be/src/udf/udf.h index 7a5328f..b6846db 100644 --- a/be/src/udf/udf.h +++ b/be/src/udf/udf.h @@ -30,7 +30,6 @@ // or may have it disabled by default). #if __cplusplus >= 201103L #define NOEXCEPT noexcept -#define USING_TYPE #else #define NOEXCEPT #endif
