From 869ca46e85c9518ad71658b16cc15175cfab071b Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Sun, 5 Aug 2007 15:20:34 +0000
Subject: [PATCH] dup: cleanup unused var.

---
 handlers/dup | 2 --
 1 file changed, 2 deletions(-)

diff --git a/handlers/dup b/handlers/dup
index 8e0367d8..edb43ac4 100644
--- a/handlers/dup
+++ b/handlers/dup
@@ -129,8 +129,6 @@ execstr_clientpart="/"
 
 set -o noglob
 
-symlinks_warning="Maybe you have mixed symlinks and '*' in this statement, which is not supported."
-
 # excludes
 for i in $exclude; do
    str="${i//__star__/*}"
-- 
GitLab