diff --git a/system/pam_limits.py b/system/pam_limits.py index 338c00e03d5..ae0e181d6e1 100644 --- a/system/pam_limits.py +++ b/system/pam_limits.py @@ -139,7 +139,6 @@ def main(): message = '' f = open (limits_conf, 'r') - # Tempfile nf = tempfile.NamedTemporaryFile(delete = False)