Imported Upstream version 0.8~alpha1
[platform/upstream/syncevolution.git] / src / vocl / VProperty.cpp
index a7d12cb..191ad2a 100644 (file)
@@ -270,7 +270,6 @@ bool VProperty::isType(wchar_t* type) {
     if(containsParameter(type))
         return true;
 
-    char *value;
     for (int paramindex = 0;
          paramindex < parameterCount();
          paramindex++) {