瀏覽代碼

AK: Remove unused ApplyPercentDecoding enum from URL class

Shannon Booth 1 年之前
父節點
當前提交
582784d0cf
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      AK/URL.h

+ 0 - 4
AK/URL.h

@@ -72,10 +72,6 @@ public:
 
 
     bool is_valid() const { return m_valid; }
     bool is_valid() const { return m_valid; }
 
 
-    enum class ApplyPercentDecoding {
-        Yes,
-        No
-    };
     String const& scheme() const { return m_scheme; }
     String const& scheme() const { return m_scheme; }
     ErrorOr<String> username() const;
     ErrorOr<String> username() const;
     ErrorOr<String> password() const;
     ErrorOr<String> password() const;