mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
debug: Fix obsolete max check
This commit is contained in:
parent
0c5940c68a
commit
94af4293f6
1 changed files with 0 additions and 1 deletions
|
@ -1272,7 +1272,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());
|
||||
|
|
Loading…
Add table
Reference in a new issue