summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source3/param/service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/param/service.c b/source3/param/service.c
index 85047a8e08..473fc82087 100644
--- a/source3/param/service.c
+++ b/source3/param/service.c
@@ -180,10 +180,6 @@ int find_service(TALLOC_CTX *ctx, const char *service_in, char **p_service_out)
}
}
- /* Check for default vfs service? Unsure whether to implement this */
- if (iService < 0) {
- }
-
if (iService < 0) {
iService = load_registry_service(*p_service_out);
}