diff --git a/Userland/Libraries/LibJS/Runtime/Object.h b/Userland/Libraries/LibJS/Runtime/Object.h index 1bd7428146..58222b4c70 100644 --- a/Userland/Libraries/LibJS/Runtime/Object.h +++ b/Userland/Libraries/LibJS/Runtime/Object.h @@ -41,11 +41,6 @@ public: KeyAndValue, }; - enum class PutOwnPropertyMode { - Put, - DefineProperty, - }; - enum class IntegrityLevel { Sealed, Frozen,