Index: base/pe_image.cc |
diff --git a/base/pe_image.cc b/base/pe_image.cc |
index 864b675ae8d4bcd5a403bc4aa85dac2b04cd9c56..79afcf80d5815fb065a01e0486ebc533a68b519a 100644 |
--- a/base/pe_image.cc |
+++ b/base/pe_image.cc |
@@ -540,4 +540,3 @@ PVOID PEImageAsData::RVAToAddr(DWORD_PTR rva) const { |
return in_memory; |
} |
- |