Skip to content

Remove DOM_NO_ARGS() and DOM_NOT_IMPLEMENTED()#12147

Merged
ndossche merged 1 commit into
php:masterfrom
ndossche:dom-cleanup-1
Sep 8, 2023
Merged

Remove DOM_NO_ARGS() and DOM_NOT_IMPLEMENTED()#12147
ndossche merged 1 commit into
php:masterfrom
ndossche:dom-cleanup-1

Conversation

@ndossche
Copy link
Copy Markdown
Member

@ndossche ndossche commented Sep 6, 2023

DOM_NO_ARGS() has no users.
DOM_NOT_IMPLEMENTED() has a single user.

This cleans up php_dom.h a bit, it at least hides some implementation stuff.
The only out-of-tree user I could find is for DOM_NOT_IMPLEMENTED(): https://github.com/jcaesar/org.raydium.ManiaDrive/blob/b54a4dac6e55ab2d4a02c9e2104e01bb69afee4a/php-xmlbuf-dumbfix.patch#L9 but it's unclear what the purpose is and hasn't been updated in 5 years.

DOM_NO_ARGS() has no users.
DOM_NOT_IMPLEMENTED() has a single user.
Copy link
Copy Markdown
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ndossche ndossche merged commit ac62eee into php:master Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants