debug: Fix obsolete max check
parent
db9c4a9885
commit
582bc2bcb0
|
@ -1283,7 +1283,6 @@ bool GlobalActivityTracker::CreateWithFile(const FilePath& file_path,
|
||||||
StringPiece name,
|
StringPiece name,
|
||||||
int stack_depth) {
|
int stack_depth) {
|
||||||
DCHECK(!file_path.empty());
|
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.
|
// Create and map the file into memory and make it globally available.
|
||||||
std::unique_ptr<MemoryMappedFile> mapped_file(new MemoryMappedFile());
|
std::unique_ptr<MemoryMappedFile> mapped_file(new MemoryMappedFile());
|
||||||
|
|
Loading…
Reference in New Issue