aboutsummaryrefslogtreecommitdiff
path: root/host/libs/config/cuttlefish_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/libs/config/cuttlefish_config.h')
-rw-r--r--host/libs/config/cuttlefish_config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/host/libs/config/cuttlefish_config.h b/host/libs/config/cuttlefish_config.h
index b7d95064c..d63a9e3fe 100644
--- a/host/libs/config/cuttlefish_config.h
+++ b/host/libs/config/cuttlefish_config.h
@@ -500,14 +500,6 @@ class CuttlefishConfig {
bool crosvm_use_balloon() const;
bool crosvm_use_rng() const;
bool use_pmem() const;
- /* fmayle@ found out that when cuttlefish starts from the saved snapshot
- * that was saved after ADBD start event, the socket_vsock_proxy must not
- * wait for the AdbdStarted event.
- *
- * This instance-specific configuration tells the host sock_vsock_proxy
- * not to wait for the adbd start event.
- */
- bool sock_vsock_proxy_wait_adbd_start() const;
// Wifi MAC address inside the guest
int wifi_mac_prefix() const;
@@ -736,7 +728,6 @@ class CuttlefishConfig {
void set_crosvm_use_balloon(const bool use_balloon);
void set_crosvm_use_rng(const bool use_rng);
void set_use_pmem(const bool use_pmem);
- void set_sock_vsock_proxy_wait_adbd_start(const bool);
// Wifi MAC address inside the guest
void set_wifi_mac_prefix(const int wifi_mac_prefix);
// Gnss grpc proxy server port inside the host