From 5d7ef42e071fa7d2373a52e63029e08d86effc9d Mon Sep 17 00:00:00 2001 From: songmingyang Date: Sat, 27 Aug 2022 14:43:49 +0800 Subject: [PATCH] cleancode --- parser/common/thread_pool.h | 2 -- parser/common/types_map.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/parser/common/thread_pool.h b/parser/common/thread_pool.h index a15b1d2..96a9cfd 100644 --- a/parser/common/thread_pool.h +++ b/parser/common/thread_pool.h @@ -25,13 +25,11 @@ #include #include #include -//#include #include #include "framework/common/debug/ge_log.h" #include "framework/common/ge_inner_error_codes.h" #include "external/ge/ge_api_error_codes.h" -//#include "graph/types.h" #include "parser/common/acl_graph_parser_util.h" namespace ge { diff --git a/parser/common/types_map.h b/parser/common/types_map.h index 3e75990..373969a 100644 --- a/parser/common/types_map.h +++ b/parser/common/types_map.h @@ -1,5 +1,5 @@ /** - * Copyright 2020 Huawei Technologies Co., Ltd + * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.