pass: Remove the unused header file
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 9 Jun 2016 10:20:38 +0000 (19:20 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Jan 2017 11:35:37 +0000 (20:35 +0900)
This patch removes the pass-hotplug.h header file because it is not used.

Change-Id: I8d73e880baeec94d4b9a4c0d08de765ec2b14f48
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass-core.c
src/pass/pass-hotplug.h [deleted file]

index 02e6c8792bc094a3da73ecd8c902c3aac4952f07..6890444b6e97369ee82eb49f382a5c2a12a74c3f 100644 (file)
@@ -24,7 +24,6 @@
 #include "pass.h"
 #include "pass-gov.h"
 #include "pass-plugin.h"
-#include "pass-hotplug.h"
 
 #include "core/device-notifier.h"
 #include "core/config-parser.h"
diff --git a/src/pass/pass-hotplug.h b/src/pass/pass-hotplug.h
deleted file mode 100644 (file)
index 64f2e51..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * PASS Hotplug
- *
- * Copyright (c) 2012 - 2015 Samsung Electronics Co., Ltd.
- *
- * 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 __PASS_HOTPLUG__
-#define __PASS_HOTPLUG__
-
-#endif /* __PASS_HOTPLUG__ */