summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-05-08 15:52:14 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-15 16:41:40 +0000
commit5cc8ef46cfbca7aeff4023df27ebd4af02ea81d2 (patch)
tree4840e5ab222deefa0bf969771f559031f2629c34
parentf21e3bc823547c9cac5b36ba2f8358ab806b7ce3 (diff)
downloadchrome-ec-5cc8ef46cfbca7aeff4023df27ebd4af02ea81d2.tar.gz
charger: Delete charge_state_v2.h
This is not used any more. Delete it. This makes no functional change. BUG=b:218332694 TEST=make buildall Change-Id: I982d9ac1e593232518850ad061480cd9746cfcbe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4516192 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Commit-Queue: Eric Peers <epeers@google.com>
-rw-r--r--include/charge_state_v2.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/charge_state_v2.h b/include/charge_state_v2.h
deleted file mode 100644
index 72fd8a88ff..0000000000
--- a/include/charge_state_v2.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Copyright 2014 The ChromiumOS Authors
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef __CROS_EC_CHARGE_STATE_V2_H
-#define __CROS_EC_CHARGE_STATE_V2_H
-
-#endif /* __CROS_EC_CHARGE_STATE_V2_H */