summaryrefslogtreecommitdiff
path: root/src/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exception.h')
-rw-r--r--src/exception.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/exception.h b/src/exception.h
deleted file mode 100644
index 5b31e86449..0000000000
--- a/src/exception.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2011 Google Inc. All Rights Reserved.
-
-#ifndef ART_SRC_EXCEPTION_H_
-#define ART_SRC_EXCEPTION_H_
-
-#include "class_linker.h"
-#include "dex_file.h"
-#include "object.h"
-#include "thread.h"
-
-namespace art {
-
-struct InternalStackTrace {
- const Method* method;
- const uint16_t* pc;
-};
-
-extern InternalStackTrace *GetStackTrace(uint16_t stack_depth);
-
-}
-
-#endif // ART_SRC_EXCEPTION_H_