@@ -760,7 +760,6 @@ $(H2 $(LNAME2 static-constructor, Static Constructors))
760
760
761
761
$(GRAMMAR
762
762
$(GNAME StaticConstructor):
763
- $(D static this ( )) $(GLINK2 function, MemberFunctionAttributes)$(OPT) $(D ;)
764
763
$(D static this ( )) $(GLINK2 function, MemberFunctionAttributes)$(OPT) $(GLINK2 function, FunctionBody)
765
764
)
766
765
@@ -855,7 +854,6 @@ $(H2 $(LNAME2 static-destructor, Static Destructors))
855
854
856
855
$(GRAMMAR
857
856
$(GNAME StaticDestructor):
858
- $(D static ~ this ( )) $(GLINK2 function, MemberFunctionAttributes)$(OPT) $(D ;)
859
857
$(D static ~ this ( )) $(GLINK2 function, MemberFunctionAttributes)$(OPT) $(GLINK2 function, FunctionBody)
860
858
)
861
859
@@ -903,7 +901,6 @@ $(H2 $(LNAME2 shared_static_constructors, Shared Static Constructors))
903
901
904
902
$(GRAMMAR
905
903
$(GNAME SharedStaticConstructor):
906
- $(D shared static this ( )) $(GLINK2 function, MemberFunctionAttributes)$(OPT) $(D ;)
907
904
$(D shared static this ( )) $(GLINK2 function, MemberFunctionAttributes)$(OPT) $(GLINK2 function, FunctionBody)
908
905
)
909
906
@@ -915,7 +912,6 @@ $(H2 $(LNAME2 shared_static_destructors, Shared Static Destructors))
915
912
916
913
$(GRAMMAR
917
914
$(GNAME SharedStaticDestructor):
918
- $(D shared static ~ this ( )) $(GLINK2 function, MemberFunctionAttributes)$(OPT) $(D ;)
919
915
$(D shared static ~ this ( )) $(GLINK2 function, MemberFunctionAttributes)$(OPT) $(GLINK2 function, FunctionBody)
920
916
)
921
917
0 commit comments