X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fsandbox%2Fwin%2Fsrc%2Fservice_resolver_64.cc;h=984cb384e2773ea8593e015ac628afb7247c2557;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=03795f7c9d0ce5e82c85e1dd4d41113e1b6faf49;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/sandbox/win/src/service_resolver_64.cc b/src/sandbox/win/src/service_resolver_64.cc index 03795f7..984cb38 100644 --- a/src/sandbox/win/src/service_resolver_64.cc +++ b/src/sandbox/win/src/service_resolver_64.cc @@ -168,11 +168,6 @@ bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, void* remote_thunk) { - ServiceFullThunk* full_local_thunk = - reinterpret_cast(local_thunk); - ServiceFullThunk* full_remote_thunk = - reinterpret_cast(remote_thunk); - // Patch the original code. ServiceEntry local_service; DCHECK_NT(GetInternalThunkSize() >= sizeof(local_service));