debug: Fix obsolete max check

This commit is contained in:
klzgrad 2019-11-30 22:39:06 +08:00
parent 2145769e56
commit 85967e5081

View File

@ -1289,7 +1289,6 @@ bool GlobalActivityTracker::CreateWithFile(const FilePath& file_path,
StringPiece name,
int stack_depth) {
DCHECK(!file_path.empty());
DCHECK_GE(static_cast<uint64_t>(std::numeric_limits<int64_t>::max()), size);
// Create and map the file into memory and make it globally available.
std::unique_ptr<MemoryMappedFile> mapped_file(new MemoryMappedFile());