diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-09 16:16:34 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-10 16:20:17 +0200 |
commit | f678f5c77efc2cbae3b449ce6b91ad587a1e50d3 (patch) | |
tree | 55171bfa87b16d9c57f6be59cc340e1fc4347fa1 /src/libstrongswan/credentials/builder.c | |
parent | 3ce9438b6010e6fd5f61531ae25473ea60a83cd9 (diff) | |
download | strongswan-f678f5c77efc2cbae3b449ce6b91ad587a1e50d3.tar.bz2 strongswan-f678f5c77efc2cbae3b449ce6b91ad587a1e50d3.tar.xz |
Replaced builder_t objects by simple builder_function_t functions
Diffstat (limited to 'src/libstrongswan/credentials/builder.c')
-rw-r--r-- | src/libstrongswan/credentials/builder.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstrongswan/credentials/builder.c b/src/libstrongswan/credentials/builder.c index dc9829a5e..511503eb1 100644 --- a/src/libstrongswan/credentials/builder.c +++ b/src/libstrongswan/credentials/builder.c @@ -54,11 +54,3 @@ ENUM(builder_part_names, BUILD_FROM_FILE, BUILD_END, "BUILD_END", ); -/** - * See header. - */ -void* builder_free(builder_t *this) -{ - free(this); - return NULL; -} |