diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-05-31 14:34:32 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-05-31 15:46:51 +0200 |
commit | 0851585bb83e860eaa5f8f12185100c47fa48f3b (patch) | |
tree | fd8d66926f2ca49fa4aaca4cf0cdcd3f526cc6db /src | |
parent | 7e82d26dd8c2f33ef00a1be25b629d4236967fec (diff) | |
download | strongswan-0851585bb83e860eaa5f8f12185100c47fa48f3b.tar.bz2 strongswan-0851585bb83e860eaa5f8f12185100c47fa48f3b.tar.xz |
removed unused variables
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/imc_test/imc_test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcharon/plugins/imc_test/imc_test.c b/src/libcharon/plugins/imc_test/imc_test.c index 8390aad59..ad5d3b059 100644 --- a/src/libcharon/plugins/imc_test/imc_test.c +++ b/src/libcharon/plugins/imc_test/imc_test.c @@ -104,8 +104,6 @@ static TNC_Result send_message(TNC_ConnectionID connection_id) TNC_Result TNC_IMC_BeginHandshake(TNC_IMCID imc_id, TNC_ConnectionID connection_id) { - TNC_Result result; - if (!imc_test) { DBG1(DBG_IMC, "IMC \"%s\" has not been initialized", imc_name); @@ -125,7 +123,6 @@ TNC_Result TNC_IMC_ReceiveMessage(TNC_IMCID imc_id, { pa_tnc_msg_t *pa_tnc_msg; status_t status; - TNC_Result result; if (!imc_test) { |