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