diff options
| author | Aleksandr Urakov <aleksandr.urakov@jetbrains.com> | 2018-10-22 15:30:48 +0000 |
|---|---|---|
| committer | Aleksandr Urakov <aleksandr.urakov@jetbrains.com> | 2018-10-22 15:30:48 +0000 |
| commit | 738df2de7f6c5c62144440e38d9aa39ae66e2b7e (patch) | |
| tree | 57fec72788ba1c1aa48bea589072f9b3455553ae /llvm/unittests/DebugInfo | |
| parent | 21d8aef0de51316200dfe8a88e19c9f7b0c939f5 (diff) | |
| download | bcm5719-llvm-738df2de7f6c5c62144440e38d9aa39ae66e2b7e.tar.gz bcm5719-llvm-738df2de7f6c5c62144440e38d9aa39ae66e2b7e.zip | |
Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"
This reverts commit b5c7e2f9a4dbb34e3667c4bb4972735eadd3247a.
llvm-svn: 344909
Diffstat (limited to 'llvm/unittests/DebugInfo')
| -rw-r--r-- | llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp index 007ea904085..948bde1bf72 100644 --- a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp +++ b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp @@ -159,10 +159,6 @@ class MockSession : public IPDBSession { std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override { return nullptr; } - - std::unique_ptr<IPDBEnumFrameData> getFrameData() const override { - return nullptr; - } }; class MockRawSymbol : public IPDBRawSymbol { |

