summaryrefslogtreecommitdiff
path: root/core/host/disabled.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/disabled.c')
-rw-r--r--core/host/disabled.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/host/disabled.c b/core/host/disabled.c
deleted file mode 100644
index 759c215ebd..0000000000
--- a/core/host/disabled.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright 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.
- */
-
-/* Disabled functions */
-
-#define DISABLED(proto) proto { }
-
-DISABLED(void clock_init(void));