summaryrefslogtreecommitdiff
path: root/compiler/compilers.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2014-08-06 21:20:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-08-06 17:20:04 +0000
commit0f56c9cae0f570483a1d420172377b1754331025 (patch)
tree18d413d0bd027c4a6ea6d491cab21ebca58e0283 /compiler/compilers.h
parente564bded1862fb97b64517fb78a8c5c5df467850 (diff)
parent79273802f2b788bcd3eb76edf4df1bcaa57f886f (diff)
Merge "ART: Rework CFA frame initialization and writing code"
Diffstat (limited to 'compiler/compilers.h')
-rw-r--r--compiler/compilers.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/compiler/compilers.h b/compiler/compilers.h
index 2c231e1212..151bf6fa6c 100644
--- a/compiler/compilers.h
+++ b/compiler/compilers.h
@@ -56,17 +56,6 @@ class QuickCompiler : public Compiler {
void InitCompilationUnit(CompilationUnit& cu) const OVERRIDE {}
- /*
- * @brief Generate and return Dwarf CFI initialization, if supported by the
- * backend.
- * @param driver CompilerDriver for this compile.
- * @returns nullptr if not supported by backend or a vector of bytes for CFI DWARF
- * information.
- * @note This is used for backtrace information in generated code.
- */
- std::vector<uint8_t>* GetCallFrameInformationInitialization(const CompilerDriver& driver) const
- OVERRIDE;
-
private:
DISALLOW_COPY_AND_ASSIGN(QuickCompiler);
};