summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/os/apt.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/packaging/os/apt.py b/packaging/os/apt.py
index 5b62721c..8c214c14 100644
--- a/packaging/os/apt.py
+++ b/packaging/os/apt.py
@@ -885,12 +885,6 @@ def main():
retvals['cache_updated'] = updated_cache
# Store when the update time was last
retvals['cache_update_time'] = updated_cache_time
- # If the cache was updated and the general state change was set to
- # False make sure that the change in cache state is accurately
- # updated by setting the general changed state to the same as
- # the cache state.
- if updated_cache and not retvals['changed']:
- retvals['changed'] = updated_cache
if success:
module.exit_json(**retvals)