X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/4d7a5093e6cf56da24af4c862cf5a96fd1bf3ad6..90eaf19d63952c7df0239dcd7c6c09b4292aa575:/t/declgen.h diff --git a/t/declgen.h b/t/declgen.h index ff40b90..714efd2 100644 --- a/t/declgen.h +++ b/t/declgen.h @@ -1,6 +1,6 @@ /* * Generate random C declarations for testing. - * Copyright © 2012, 2022 Nick Bowler + * Copyright © 2012, 2022-2023 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,10 +28,6 @@ enum { struct test_rng; -struct cdecl_declspec *gen_qualifiers(struct test_rng *rng, _Bool pointer); -struct cdecl_declspec *gen_typespecs(struct test_rng *rng, _Bool novoid); -struct cdecl_declspec *gen_randomize_specs(struct test_rng *rng, - struct cdecl_declspec *specs); struct cdecl_declspec *gen_declspecs(struct test_rng *rng, unsigned flags); struct cdecl_declarator *gen_declarators(struct test_rng *rng);