summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/transports/local.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transports/local.c b/src/transports/local.c
index c433339a7..2937da06d 100644
--- a/src/transports/local.c
+++ b/src/transports/local.c
@@ -159,7 +159,6 @@ static int local_connect(git_transport *transport, int GIT_UNUSED(direction))
int error;
transport_local *t = (transport_local *) transport;
const char *path;
- const char file_prefix[] = "file://";
GIT_UNUSED_ARG(direction);
/* The repo layer doesn't want the prefix */