diff options
Diffstat (limited to 'src/buildtool/crypto/hash_impl_md5.hpp')
-rw-r--r-- | src/buildtool/crypto/hash_impl_md5.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/buildtool/crypto/hash_impl_md5.hpp b/src/buildtool/crypto/hash_impl_md5.hpp deleted file mode 100644 index 95411570..00000000 --- a/src/buildtool/crypto/hash_impl_md5.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_MD5_HPP -#define INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_MD5_HPP - -#include <memory> - -#include "src/buildtool/crypto/hash_impl.hpp" - -[[nodiscard]] extern auto CreateHashImplMd5() -> std::unique_ptr<IHashImpl>; - -#endif // INCLUDED_SRC_BUILDTOOL_CRYPTO_HASH_IMPL_MD5_HPP |