From: Lukasz Wojciechowski Date: Fri, 18 Jul 2014 07:55:40 +0000 (+0200) Subject: Remove unused enum Result X-Git-Tag: accepted/tizen/common/20140722.142604~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0b4bf74702d26759777229f4854e275a71c6af2;p=platform%2Fcore%2Fsecurity%2Fcynara.git Remove unused enum Result Change-Id: Id2db61e45c17ae9ecb196a792568e130498754d4 --- diff --git a/src/common/common.h b/src/common/common.h index 8637231..e651a7d 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -30,8 +30,6 @@ #include "containers/BinaryQueue.h" #include "containers/RawBuffer.h" -#include "result/Result.h" - #include "types/PolicyTypeExtension.h" diff --git a/src/common/result/Result.h b/src/common/result/Result.h deleted file mode 100644 index 225aaa9..0000000 --- a/src/common/result/Result.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (c) 2014 Samsung Electronics Co., Ltd 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. - * 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. - */ -/* - * @file Result.h - * @author Lukasz Wojciechowski - * @version 1.0 - * @brief This file defines result type for inner cynara functions - */ - -#ifndef CYNARA_COMMON_RESULT_RESULT_H -#define CYNARA_COMMON_RESULT_RESULT_H - -enum Result -{ - RESULT_OK = 0, -}; - -#endif /* CYNARA_COMMON_RESULT_RESULT_H */