diff options
author | lloyd <[email protected]> | 2011-06-17 16:46:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-06-17 16:46:09 +0000 |
commit | 98fc1399dd3e61784a08c7da76ab729be6a93aff (patch) | |
tree | 9238ec82b7be126705b6e93a6a50d20826890b4f /Attic/mutex/noop_mutex/mux_noop.h | |
parent | 41a11496d5594d8ea5c7879804a540f482033644 (diff) |
Drop mutex files, definitely not needed
Diffstat (limited to 'Attic/mutex/noop_mutex/mux_noop.h')
-rw-r--r-- | Attic/mutex/noop_mutex/mux_noop.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Attic/mutex/noop_mutex/mux_noop.h b/Attic/mutex/noop_mutex/mux_noop.h deleted file mode 100644 index 20989a635..000000000 --- a/Attic/mutex/noop_mutex/mux_noop.h +++ /dev/null @@ -1,26 +0,0 @@ -/* -* No-Op Mutex Factory -* (C) 1999-2007 Jack Lloyd -* -* Distributed under the terms of the Botan license -*/ - -#ifndef BOTAN_NOOP_MUTEX_FACTORY_H__ -#define BOTAN_NOOP_MUTEX_FACTORY_H__ - -#include <botan/internal/mutex.h> - -namespace Botan { - -/** -* No-Op Mutex Factory -*/ -class Noop_Mutex_Factory : public Mutex_Factory - { - public: - Mutex* make(); - }; - -} - -#endif |