| commit | 22d671c5781ee9b1108fb3e4505b3761ee54b172 | [log] [tgz] |
|---|---|---|
| author | Daniel Bourgeois <dcbourgeois@google.com> | Tue Nov 11 11:35:25 2025 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 11 11:35:53 2025 -0800 |
| tree | e6b19099fbb51505b95aacc3e1976f0d9643da20 | |
| parent | 01400d274f8856c20974cfb651081707f328f089 [diff] |
Remove unused private function declaration. PiperOrigin-RevId: 831003876 Change-Id: I07ae96331e93bc0d69ce35ee52ab9d0d374ffc0f
diff --git a/static_state.h b/static_state.h index eb0cc2f..c91d105 100644 --- a/static_state.h +++ b/static_state.h
@@ -39,7 +39,6 @@ ~StaticStateLoader(); private: - void GotState(absl::StatusOr<safepower_agent_proto::SystemState> state); void TryLoadState(); std::string name_;