Removed debug print line I left in.
authorGreg Clayton <gclayton@apple.com>
Wed, 6 Feb 2013 22:52:04 +0000 (22:52 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 6 Feb 2013 22:52:04 +0000 (22:52 +0000)
llvm-svn: 174556

lldb/source/Core/DataBufferMemoryMap.cpp

index 2b85ef4..19dcf77 100644 (file)
@@ -120,8 +120,6 @@ DataBufferMemoryMap::MemoryMapFromFileSpec (const FileSpec* filespec,
                         length,
                         writeable);
         }
-        if (length > 0x20000000)
-            puts("remove this line");
         char path[PATH_MAX];
         if (filespec->GetPath(path, sizeof(path)))
         {