summaryrefslogtreecommitdiff
path: root/include/getset_value_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/getset_value_list.h')
-rw-r--r--include/getset_value_list.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/getset_value_list.h b/include/getset_value_list.h
deleted file mode 100644
index b78dc25d14..0000000000
--- a/include/getset_value_list.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/**
- * List of get/set value items: <name, init_val>
- */
-#define GSV_LIST \
- GSV_ITEM(s5, 0) \
- /* end */