From 380b2cb4b0d9e63b2825840697604bd977b40807 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 31 Jul 2010 20:58:47 +0200 Subject: s4:torture/winreg.c - remove unreachable code --- source4/torture/rpc/winreg.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4') diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index c47c15588c..876bc5ff27 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -2678,8 +2678,6 @@ static const char *kernel_mode_registry_path(struct torture_context *tctx, torture_warning(tctx, "unsupported hkey: 0x%08x\n", hkey); return NULL; } - - return NULL; } static bool test_symlink_keys(struct torture_context *tctx, -- cgit