reactos/ntoskrnl/se
diff -u -r1.49 -r1.50
--- semgr.c 24 Oct 2004 15:26:14 -0000 1.49
+++ semgr.c 12 Nov 2004 12:05:05 -0000 1.50
@@ -1,4 +1,4 @@
-/* $Id: semgr.c,v 1.49 2004/10/24 15:26:14 weiden Exp $
+/* $Id: semgr.c,v 1.50 2004/11/12 12:05:05 ekohl Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -190,20 +190,6 @@
}
-
-/*
- * @unimplemented
- */
-NTSTATUS STDCALL
-NtAllocateUuids(PULARGE_INTEGER Time,
- PULONG Range,
- PULONG Sequence)
-{
- UNIMPLEMENTED;
- return(STATUS_NOT_IMPLEMENTED);
-}
-
-
/*
* @implemented
*/