diff options
Diffstat (limited to 'src/charon/plugins/sql')
-rw-r--r-- | src/charon/plugins/sql/sql_cred.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/charon/plugins/sql/sql_cred.c b/src/charon/plugins/sql/sql_cred.c index 73a6a9c66..a504b23af 100644 --- a/src/charon/plugins/sql/sql_cred.c +++ b/src/charon/plugins/sql/sql_cred.c @@ -332,14 +332,6 @@ static enumerator_t* create_shared_enumerator(private_sql_cred_t *this, } /** - * return null - */ -static void *return_null() -{ - return NULL; -} - -/** * Implementation of sql_cred_t.destroy. */ static void destroy(private_sql_cred_t *this) |