aboutsummaryrefslogtreecommitdiff
path: root/tools/aconfig/aconfig_flags/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aconfig/aconfig_flags/src/lib.rs')
-rw-r--r--tools/aconfig/aconfig_flags/src/lib.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/aconfig/aconfig_flags/src/lib.rs b/tools/aconfig/aconfig_flags/src/lib.rs
index dc507aef6f..78d78c4094 100644
--- a/tools/aconfig/aconfig_flags/src/lib.rs
+++ b/tools/aconfig/aconfig_flags/src/lib.rs
@@ -30,11 +30,6 @@
/// Module used when building with the Android tool-chain
#[cfg(not(feature = "cargo"))]
pub mod auto_generated {
- /// Returns the value for the enable_only_new_storage flag.
- pub fn enable_only_new_storage() -> bool {
- aconfig_flags_rust::enable_only_new_storage()
- }
-
/// Returns the value for the enable_aconfigd_from_mainline flag.
pub fn enable_aconfigd_from_mainline() -> bool {
aconfig_flags_rust::enable_only_new_storage()
@@ -49,12 +44,6 @@ pub mod auto_generated {
/// Module used when building with cargo
#[cfg(feature = "cargo")]
pub mod auto_generated {
- /// Returns a placeholder value for the enable_only_new_storage flag.
- pub fn enable_only_new_storage() -> bool {
- // Used only to enable typechecking and testing with cargo
- true
- }
-
/// Returns a placeholder value for the enable_aconfigd_from_mainline flag.
pub fn enable_aconfigd_from_mainline() -> bool {
// Used only to enable typechecking and testing with cargo