Removed unused declaration.

This commit is contained in:
Oliver Hamlet
2015-07-12 18:37:19 +01:00
parent cfc1820c42
commit 97bce1468f
-8
View File
@@ -30,14 +30,6 @@
#include <boost/filesystem.hpp>
namespace loot {
/// Array used to try each of the expressions defined using
/// an iteration for each of them.
extern const std::vector<std::regex> version_checks;
//////////////////////////////////////////////////////////////////////////
// Helper functions
//////////////////////////////////////////////////////////////////////////
//Calculate the CRC of the given file for comparison purposes.
uint32_t GetCrc32(const boost::filesystem::path& filename);