Remove unused PolicyVector.h file
authorAdam Malinowski <a.malinowsk2@partner.samsung.com>
Wed, 2 Jul 2014 13:51:35 +0000 (15:51 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 3 Jul 2014 12:19:11 +0000 (14:19 +0200)
Change-Id: Ic4c43d1e1afbd1c506a47cefc8cb78c47c92170d

src/common/types/PolicyVector.h [deleted file]

diff --git a/src/common/types/PolicyVector.h b/src/common/types/PolicyVector.h
deleted file mode 100644 (file)
index b23c617..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        PolicyVector.h
- * @author      Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
- * @version     1.0
- * @brief       This file defines vector of policies
- */
-
-#ifndef CYNARA_COMMON_TYPES_POLICYVECTOR_H
-#define CYNARA_COMMON_TYPES_POLICYVECTOR_H
-
-#include <vector>
-#include "Policy.h"
-
-typedef std::vector<Policy> PolicyVector;
-
-#endif /* CYNARA_COMMON_TYPES_POLICYVECTOR_H */