Преглед изворни кода

AK: Remove unused URL::m_path member

Shannon Booth пре 1 година
родитељ
комит
d2fe657879
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      AK/URL.h

+ 0 - 1
AK/URL.h

@@ -176,7 +176,6 @@ private:
 
 
     // A URL’s path is either a URL path segment or a list of zero or more URL path segments, usually identifying a location. It is initially « ».
     // A URL’s path is either a URL path segment or a list of zero or more URL path segments, usually identifying a location. It is initially « ».
     // A URL path segment is an ASCII string. It commonly refers to a directory or a file, but has no predefined meaning.
     // A URL path segment is an ASCII string. It commonly refers to a directory or a file, but has no predefined meaning.
-    DeprecatedString m_path;
     Vector<DeprecatedString> m_paths;
     Vector<DeprecatedString> m_paths;
 
 
     // A URL’s query is either null or an ASCII string. It is initially null.
     // A URL’s query is either null or an ASCII string. It is initially null.