Skip to content
Snippets Groups Projects
Commit ed652a70 authored by Simon Tatham's avatar Simon Tatham
Browse files

Get rid of #ifdef DEFINE_PLUG_METHOD_MACROS.

I don't actually know why this was ever here; it appeared in the very
first commit that invented Plug in the first place (7b0e0827) without
explanation. Perhaps Dave's original idea was that sometimes you'd
need those macros _not_ to be defined so that the same names could be
reused as the methods for a particular Plug instance? But I don't
think that ever actually happened, and the code base builds just fine
with those macros defined unconditionally just like all the other sets
of method macros we now have, so let's get rid of this piece of cruft
that was apparently unnecessary all along.
parent 884a7df9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment