From aaae21245ed9a375b4d8b5772e51492c9296092b Mon Sep 17 00:00:00 2001 From: Antonioya Date: Tue, 2 Apr 2019 17:02:10 +0200 Subject: Cleanup: Fix compiler warning --- source/blender/blenlib/intern/path_util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenlib/intern/path_util.c') diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c index 6a8be3fe107..0bd09f0c268 100644 --- a/source/blender/blenlib/intern/path_util.c +++ b/source/blender/blenlib/intern/path_util.c @@ -472,7 +472,6 @@ static void BLI_path_unc_to_short(wchar_t *unc) wchar_t tmp[PATH_MAX]; int len = wcslen(unc); - int copy_start = 0; /* convert: * \\?\UNC\server\share\folder\... to \\server\share\folder\... * \\?\C:\ to C:\ and \\?\C:\folder\... to C:\folder\... -- cgit v1.2.3