diff options
Diffstat (limited to 'src/methods')
-rw-r--r-- | src/methods/methods.c.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/methods/methods.c.in b/src/methods/methods.c.in index 672ef70..26cae1a 100644 --- a/src/methods/methods.c.in +++ b/src/methods/methods.c.in @@ -40,7 +40,6 @@ static const fastd_method_provider_t *const providers[] = { @METHOD_LIST@ }; -/** Searches for a provider providing a method and instanciates it */ bool fastd_method_create_by_name(const char *name, const fastd_method_provider_t **provider, fastd_method_t **method) { size_t i; for (i = 0; i < array_size(providers); i++) { |