diff --git a/passphrase_cache.hh b/passphrase_cache.hh index 74cddbc..4a82a3c 100644 --- a/passphrase_cache.hh +++ b/passphrase_cache.hh @@ -22,8 +22,6 @@ namespace pEp { time_point tp; }; using cache = std::list; - using interator = cache::iterator; - using const_iterator = cache::const_iterator; cache _cache; std::mutex _mtx;