python: Remove unnecessary 'pass' statements
[samba.git] / source4 / scripting / devel / pfm_verify.py
index 2fe2aca65bc454df1341cf771ed8ffb5f40f0f7e..f29c1e52e37380444c7f0aa976f098137c8205ee 100755 (executable)
@@ -165,7 +165,6 @@ if __name__ == "__main__":
 
     if creds.is_anonymous():
         parser.error("You must supply credentials")
-        pass
 
     server = args[0]