Remove RtlCaptureContext from stubs

svn path=/branches/ros-amd64-bringup/; revision=37331
This commit is contained in:
Timo Kreuzer
2008-11-13 04:06:02 +00:00
parent fe2843026f
commit 714e1a9b56
-11
View File
@@ -29,17 +29,6 @@ RtlInitializeContext(IN HANDLE ProcessHandle,
return;
}
/*
* @unimplemented
*/
VOID
NTAPI
RtlCaptureContext(OUT PCONTEXT ContextRecord)
{
UNIMPLEMENTED;
return;
}
/*
* @unimplemented
*/