Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nt/shvos.c')
-rw-r--r--nt/shvos.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/nt/shvos.c b/nt/shvos.c
index 1a748b3..af143e6 100644
--- a/nt/shvos.c
+++ b/nt/shvos.c
@@ -243,19 +243,6 @@ ShvOsRunCallbackOnProcessors (
KeGenericCallDpc(ShvOsDpcRoutine, &dpcContext);
}
-DECLSPEC_NORETURN
-VOID
-__cdecl
-ShvOsRestoreContext (
- _In_ PCONTEXT ContextRecord
- )
-{
- //
- // Windows provides a nice OS function to do this
- //
- RtlRestoreContext(ContextRecord, NULL);
-}
-
VOID
ShvOsCaptureContext (
_In_ PCONTEXT ContextRecord