mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizeProcessFunc, for now. [-Wunused-private-field]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168495 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bbef5ead4c
commit
f6dae76bb9
@ -35,8 +35,6 @@ class IntelJITEventsWrapper {
|
||||
NotifyEventPtr NotifyEventFunc;
|
||||
RegisterCallbackExPtr RegisterCallbackExFunc;
|
||||
IsProfilingActivePtr IsProfilingActiveFunc;
|
||||
FinalizeThreadPtr FinalizeThreadFunc;
|
||||
FinalizeProcessPtr FinalizeProcessFunc;
|
||||
GetNewMethodIDPtr GetNewMethodIDFunc;
|
||||
|
||||
public:
|
||||
@ -48,8 +46,6 @@ public:
|
||||
: NotifyEventFunc(::iJIT_NotifyEvent),
|
||||
RegisterCallbackExFunc(::iJIT_RegisterCallbackEx),
|
||||
IsProfilingActiveFunc(::iJIT_IsProfilingActive),
|
||||
FinalizeThreadFunc(::FinalizeThread),
|
||||
FinalizeProcessFunc(::FinalizeProcess),
|
||||
GetNewMethodIDFunc(::iJIT_GetNewMethodID) {
|
||||
}
|
||||
|
||||
@ -62,8 +58,6 @@ public:
|
||||
: NotifyEventFunc(NotifyEventImpl),
|
||||
RegisterCallbackExFunc(RegisterCallbackExImpl),
|
||||
IsProfilingActiveFunc(IsProfilingActiveImpl),
|
||||
FinalizeThreadFunc(FinalizeThreadImpl),
|
||||
FinalizeProcessFunc(FinalizeProcessImpl),
|
||||
GetNewMethodIDFunc(GetNewMethodIDImpl) {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user