aboutsummaryrefslogtreecommitdiff
path: root/host/commands/assemble_cvd/flags_defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/assemble_cvd/flags_defaults.h')
-rw-r--r--host/commands/assemble_cvd/flags_defaults.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/host/commands/assemble_cvd/flags_defaults.h b/host/commands/assemble_cvd/flags_defaults.h
index 207675f63..1ae9e2b52 100644
--- a/host/commands/assemble_cvd/flags_defaults.h
+++ b/host/commands/assemble_cvd/flags_defaults.h
@@ -42,11 +42,7 @@
#define CF_DEFAULTS_DAEMON false
#define CF_DEFAULTS_VM_MANAGER CF_DEFAULTS_DYNAMIC_STRING
#define CF_DEFAULTS_VSOCK_GUEST_CID cuttlefish::GetDefaultVsockCid()
-#ifdef VHOST_USER_VSOCK_BY_DEFAULT
-#define CF_DEFAULTS_VHOST_USER_VSOCK true
-#else
#define CF_DEFAULTS_VHOST_USER_VSOCK false
-#endif // VHOST_USER_VSOCK_BY_DEFAULT
#define CF_DEFAULTS_ENABLE_MINIMAL_MODE false
#define CF_DEFAULTS_RESTART_SUBPROCESSES false
#define CF_DEFAULTS_SETUPWIZARD_MODE "DISABLED"