Remove temporary added dummy file common.cpp
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Tue, 17 Jun 2014 19:24:28 +0000 (21:24 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 3 Jul 2014 12:19:09 +0000 (14:19 +0200)
It was added for keeping library non-empty at the begining of cynara
implementation. It is no longer needed.

Change-Id: Ied7f97dec91dda7f17d9c860ee6a32d86dd145c1

src/common/CMakeLists.txt
src/common/common.cpp [deleted file]

index 5393a12..f6d7f77 100644 (file)
@@ -22,7 +22,6 @@ SET(CYNARA_COMMON_VERSION ${CYNARA_COMMON_VERSION_MAJOR}.0.1)
 SET(COMMON_PATH ${CYNARA_PATH}/common)
 
 SET(COMMON_SOURCES
-    ${COMMON_PATH}/common.cpp
     ${COMMON_PATH}/containers/BinaryQueue.cpp
     ${COMMON_PATH}/log/log.cpp
     )
diff --git a/src/common/common.cpp b/src/common/common.cpp
deleted file mode 100644 (file)
index e0cc78f..0000000
+++ /dev/null
@@ -1,23 +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 common.cpp
-* @author Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
-* @version 1.0
-* @brief Dummy empty file for making common not empty
-*/
-
-// empty file for init commit