diff options
author | Michael Adam <obnox@samba.org> | 2018-09-01 02:07:39 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2018-09-01 04:06:59 +0200 |
commit | a5e6d343d78462f9233015af9b7b0a1911d5e6db (patch) | |
tree | c3599f33806e372e15ef242f51e8e66704b3cd09 /src/authors.c | |
parent | 56f30a438643ec3ec82d1ade7d8bed394120c0df (diff) |
Remove unused authors.c/authors.h and generation mechanism.
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'src/authors.c')
-rw-r--r-- | src/authors.c | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/authors.c b/src/authors.c deleted file mode 100644 index 496df93..0000000 --- a/src/authors.c +++ /dev/null @@ -1,50 +0,0 @@ - -/* NOTE: This file is auto-generated from authors.xml, do not edit it. */ - -#include "authors.h" - -static const char * const authors[] = -{ - "Andrew Stribblehill", - "Chris Lightfoot", - "Daniel Egger", - "David Shanks", - "Dmitry Semyonov", - "George Talusan", - "James E. Flemer", - "Jeremy Hinegardner", - "John van der Kamp", - "Jordi Mallach", - "Kim Holviala", - "Mathew Mrosko", - "Matthew Dempsky", - "Michael Adam", - "Moritz Muehlenhoff", - "Mukund Sivaraman", - "Petr Lampa", - "Robert James Kaes", - "Steven Young", - NULL -}; - -static const char * const documenters[] = -{ - "Marc Silver", - "Michael Adam", - "Mukund Sivaraman", - "Robert James Kaes", - "Steven Young", - NULL -}; - -const char * const * -authors_get_authors (void) -{ - return authors; -} - -const char * const * -authors_get_documenters (void) -{ - return documenters; -} |