fix: brown paper bag bug referencing the same object literal
[poolifier.git] / src / utils.ts
index 753219c5e37d367b8d5d83790f76847445d36663..809ca38b6bdb17d9f92274bc822543d61bf7a9f4 100644 (file)
@@ -4,8 +4,3 @@
 export const EMPTY_FUNCTION: () => void = Object.freeze(() => {
   /* Intentionally empty */
 })
-
-/**
- * An intentional empty object literal.
- */
-export const EMPTY_OBJECT_LITERAL = {}