diff options
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r-- | runtime/class_linker.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h index fc954da1be..49e14300c7 100644 --- a/runtime/class_linker.h +++ b/runtime/class_linker.h @@ -1441,10 +1441,6 @@ class ClassLoadCallback { public: virtual ~ClassLoadCallback() {} - // Called immediately before beginning class-definition and immediately before returning from it. - virtual void BeginDefineClass() REQUIRES_SHARED(Locks::mutator_lock_) {} - virtual void EndDefineClass() REQUIRES_SHARED(Locks::mutator_lock_) {} - // If set we will replace initial_class_def & initial_dex_file with the final versions. The // callback author is responsible for ensuring these are allocated in such a way they can be // cleaned up if another transformation occurs. Note that both must be set or null/unchanged on |