| Index: base/win/pe_image.h
|
| diff --git a/base/win/pe_image.h b/base/win/pe_image.h
|
| index 5cef537909c557e76e72c3620dc7013e1c8f5bdc..dde1b4876648df9c3646afca18760acc1d155f9d 100644
|
| --- a/base/win/pe_image.h
|
| +++ b/base/win/pe_image.h
|
| @@ -132,9 +132,6 @@ class PEImage {
|
| // Returns the exports directory.
|
| PIMAGE_EXPORT_DIRECTORY GetExportDirectory() const;
|
|
|
| - // Returns the debug id (guid+age).
|
| - bool GetDebugId(LPGUID guid, LPDWORD age) const;
|
| -
|
| // Returns a given export entry.
|
| // Use: e = image.GetExportEntry(f);
|
| // Pre: 'f' is either a zero terminated string or ordinal
|
|
|