aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-05-02 05:37:28 +0000
committerlloyd <[email protected]>2008-05-02 05:37:28 +0000
commit2088b737da27bf8bf035837ae4ea3e4f3c4b0bc0 (patch)
tree8a89b4a48847dedbfcedd5ecbb6e68dc5b29c8cb /include/config.h
parent250cb392d6bdd29adea28b0f9a5562a880656dca (diff)
Remove Config::option_as_time, instead call timespec_to_u32bit in
each caller.
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index cd2bd0f4a..2c513088a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -29,7 +29,6 @@ class BOTAN_DLL Config
const std::string&, bool = true);
std::string option(const std::string&) const;
- u32bit option_as_time(const std::string&) const;
void set_option(const std::string, const std::string&);