diff --git a/reactos/lib/ntdll/stubs/stubs.c b/reactos/lib/ntdll/stubs/stubs.c index 37dd549fee7..302703e9d84 100644 --- a/reactos/lib/ntdll/stubs/stubs.c +++ b/reactos/lib/ntdll/stubs/stubs.c @@ -329,11 +329,9 @@ STUB(RtlSubAuthoritySid) STUB(RtlSubtreePredecessor) STUB(RtlSubtreeSuccessor) STUB(RtlSystemTimeToLocalTime) -STUB(RtlTimeFieldsToTime) STUB(RtlTimeToElapsedTimeFields) STUB(RtlTimeToSecondsSince1970) STUB(RtlTimeToSecondsSince1980) -STUB(RtlTimeToTimeFields) STUB(RtlTryEnterCriticalSection) STUB(RtlUnicodeStringToAnsiSize) STUB(RtlUnicodeStringToCountedOemString) @@ -555,7 +553,6 @@ STUB(log) STUB(mbstowcs) STUB(memchr) STUB(memcmp) -STUB(memcpy) STUB(memmove) STUB(memset) STUB(pow)