Sfoglia il codice sorgente

AK: Remove unused ApplyPercentDecoding enum from URL class

Shannon Booth 1 anno fa
parent
commit
582784d0cf
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      AK/URL.h

+ 0 - 4
AK/URL.h

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