Skip to content

Commit 6fc401b

Browse files
ganyao114ganyao114
authored and
ganyao114
committedApr 27, 2020
remove useless operation
1 parent 270fe83 commit 6fc401b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hooklib/src/main/cpp/art/art_method.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ bool ArtMethod::deCompile() {
185185
}
186186

187187
void ArtMethod::flushCache() {
188-
flushCacheExt(reinterpret_cast<Size>(this), size());
188+
// flushCacheExt(reinterpret_cast<Size>(this), size());
189189
}
190190

191191
void ArtMethod::backup(ArtMethod *backup) {

0 commit comments

Comments
 (0)
Please sign in to comment.