From 666c7bd84547b8793967820339cf265664fd9a95 Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Mon, 8 Oct 2018 20:51:45 +0200 Subject: [PATCH] tests: unwarranted NULL-ification --- tests/remote/create.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/remote/create.c b/tests/remote/create.c index 5b827d210..510962314 100644 --- a/tests/remote/create.c +++ b/tests/remote/create.c @@ -20,7 +20,6 @@ void test_remote_create__cleanup(void) git_config_free(_config); git_repository_free(_repo); - _repo = NULL; cl_fixture_cleanup("testrepo.git"); }