From c19079da5198523c424c4f5a062e57b8f213c045 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Tue, 22 Sep 2020 11:27:18 -0700 Subject: [PATCH] Delete slice_traits.h --- src/core/lib/slice/slice_traits.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/core/lib/slice/slice_traits.h diff --git a/src/core/lib/slice/slice_traits.h b/src/core/lib/slice/slice_traits.h deleted file mode 100644 index 07d13cd8b54..00000000000 --- a/src/core/lib/slice/slice_traits.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * - * Copyright 2016 gRPC authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -#ifndef GRPC_CORE_LIB_SLICE_SLICE_TRAITS_H -#define GRPC_CORE_LIB_SLICE_SLICE_TRAITS_H - -#include - -#include -#include - -bool grpc_slice_is_legal_header(const grpc_slice& s); -bool grpc_slice_is_legal_nonbin_header(const grpc_slice& s); -bool grpc_slice_is_bin_suffixed(const grpc_slice& s); - -#endif /* GRPC_CORE_LIB_SLICE_SLICE_TRAITS_H */