diff options
Diffstat (limited to 'websvcs')
-rw-r--r-- | websvcs/lib/URL_Addr.cpp | 1 | ||||
-rw-r--r-- | websvcs/lib/URL_Addr.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/websvcs/lib/URL_Addr.cpp b/websvcs/lib/URL_Addr.cpp index 14abe7661d0..43a471075aa 100644 --- a/websvcs/lib/URL_Addr.cpp +++ b/websvcs/lib/URL_Addr.cpp @@ -15,7 +15,6 @@ static size_t ftp_size = sizeof(ftp)/sizeof(ftp[0]) - 1; static ACE_TCHAR mailto[] = ACE_TEXT ("mailto:"); static size_t mailto_size = sizeof(mailto)/sizeof(mailto[0]) - 1; - static ACE_TCHAR file[] = ACE_TEXT ("file:"); static size_t file_size = sizeof(file)/sizeof(file[0]) - 1; static ACE_TCHAR afs[] = ACE_TEXT ("afs:"); diff --git a/websvcs/lib/URL_Addr.h b/websvcs/lib/URL_Addr.h index 432b44a0f94..c83edf69440 100644 --- a/websvcs/lib/URL_Addr.h +++ b/websvcs/lib/URL_Addr.h @@ -181,7 +181,7 @@ public: // Destructor ACE_INET_Addr get_inet_address (void) const; - // Build the INET_Address implicit in the URL, notice that we + // Build the INET_Address implicit in the URL, notice that we // maintain the hostname in its string representation, because the // URL can be can be refering to an hostname that cannot be // validated at this point. |