Skip to content

Commit e32f1a4

Browse files
committed
More cleanup
1 parent 710b922 commit e32f1a4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ddprof-lib/src/main/cpp/safeAccess.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ class SafeAccess {
3737
public:
3838
static void initSafeFetch(CodeCache* libjvm);
3939

40-
static bool hasSafeFetch() {
41-
return _safeFetch32Func != nullptr;
42-
}
43-
4440
static inline int safeFetch(int* ptr, int errorValue) {
4541
assert(_safeFetch32Func != nullptr);
4642
return _safeFetch32Func(ptr, errorValue);

0 commit comments

Comments
 (0)