Remove warnings
[anna.git] / source / ldap / Engine.cpp
index 7445e14..42263ca 100644 (file)
@@ -251,7 +251,6 @@ throw(RuntimeException) {
 const char* Engine::completeURL(const char* url)
 throw() {
   static const char* protocol = "ldap://";
-  static const int protocolLen = anna_strlen(protocol);
 
   if(anna_strstr(url, "://") == 0) {
     a_auxURL = protocol;