diff --git a/src/internal/dom.js b/src/internal/dom.js index 9595652c66..2d661b5958 100644 --- a/src/internal/dom.js +++ b/src/internal/dom.js @@ -50,10 +50,6 @@ export function space() { return text(' '); } -export function comment() { - return document.createComment(''); -} - export function empty() { return text(''); }