aboutsummaryrefslogtreecommitdiffstats
path: root/vold/switch.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-02-23 17:18:54 -0800
committerSan Mehat <san@google.com>2010-02-23 17:18:54 -0800
commit8ccb3a55ce80b4087add0a764fffa1ae39d610bf (patch)
tree9578b2ac4add563922133d0bf08c2d1c6e794f8d /vold/switch.h
parentbbfe1368d909be470f919b2349a974bee8dd0a9c (diff)
downloadsystem_core-8ccb3a55ce80b4087add0a764fffa1ae39d610bf.tar.gz
system_core-8ccb3a55ce80b4087add0a764fffa1ae39d610bf.tar.bz2
system_core-8ccb3a55ce80b4087add0a764fffa1ae39d610bf.zip
system: Remove dead vold1 code
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'vold/switch.h')
-rw-r--r--vold/switch.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/vold/switch.h b/vold/switch.h
deleted file mode 100644
index 6729f2df..00000000
--- a/vold/switch.h
+++ /dev/null
@@ -1,25 +0,0 @@
-
-/*
- * Copyright (C) 2008 The Android Open Source Project
- *
- * 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 _SWITCH_H
-#define _SWITCH_H
-
-#include "vold.h"
-
-#define SYSFS_CLASS_SWITCH_PATH "/sys/class/switch"
-
-#endif