unnecessary line

This commit is contained in:
Matthew Stidham
2021-01-22 15:22:46 -08:00
committed by Jed Reynolds
parent 85736c769d
commit 1bacc79ec9

View File

@@ -275,7 +275,5 @@ python3 ./test_ipv4_variable_time.py
if ip_var_test.passes():
ip_var_test.exit_success()
IPV4VariableTime.cx_profile.stop_cx() #is this needed?
if __name__ == "__main__":
main()