diff options
author | Martin Willi <martin@revosec.ch> | 2013-07-18 11:42:59 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-07-18 16:00:31 +0200 |
commit | 1897dd730fa5462edbd22601bdb1231fbaab3fa6 (patch) | |
tree | 374b1d5d60d8e1b684f0240a728a11b0d4bb1784 /src/libstrongswan/processing/processor.h | |
parent | ea009869e9e5cc914c5ce98261351029c7ab079e (diff) | |
download | strongswan-1897dd730fa5462edbd22601bdb1231fbaab3fa6.tar.bz2 strongswan-1897dd730fa5462edbd22601bdb1231fbaab3fa6.tar.xz |
processor: remove the now unused get_threads() method again
Diffstat (limited to 'src/libstrongswan/processing/processor.h')
-rw-r--r-- | src/libstrongswan/processing/processor.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstrongswan/processing/processor.h b/src/libstrongswan/processing/processor.h index c691cfb60..f96530e54 100644 --- a/src/libstrongswan/processing/processor.h +++ b/src/libstrongswan/processing/processor.h @@ -98,16 +98,6 @@ struct processor_t { void (*set_threads)(processor_t *this, u_int count); /** - * Get the number of threads set with set_threads(). - * - * This does not actually reflect the number of threads currently active, - * but the number of threads targeted. - * - * @return number of desired threads - */ - u_int (*get_threads)(processor_t *this); - - /** * Sets the number of threads to 0 and cancels all blocking jobs, then waits * for all threads to be terminated. */ |