mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +02:00
Remove GLOBALMODCONSTRUCTOR
MODCONSTRUCTOR does that job just fine (now). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
class CDroproot : public CModule {
|
||||
|
||||
public:
|
||||
GLOBALMODCONSTRUCTOR(CDroproot) {
|
||||
MODCONSTRUCTOR(CDroproot) {
|
||||
}
|
||||
|
||||
virtual ~CDroproot() {
|
||||
|
||||
Reference in New Issue
Block a user