Remove unused enum Result 95/24695/2
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 18 Jul 2014 07:55:40 +0000 (09:55 +0200)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 18 Jul 2014 08:34:05 +0000 (10:34 +0200)
Change-Id: Id2db61e45c17ae9ecb196a792568e130498754d4

src/common/common.h
src/common/result/Result.h [deleted file]

index 8637231..e651a7d 100644 (file)
@@ -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 (file)
index 225aaa9..0000000
+++ /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 <l.wojciechow@partner.samsung.com>
- * @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 */