Added ifdef to skip a piece of code commited by mistake (I am still working on it...
authorEmanuele Aliberti <ea@iol.it>
Sun, 14 May 2000 09:34:14 +0000 (09:34 +0000)
committerEmanuele Aliberti <ea@iol.it>
Sun, 14 May 2000 09:34:14 +0000 (09:34 +0000)
svn path=/trunk/; revision=1156

reactos/ntoskrnl/ps/process.c

index da820cf..15af097 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: process.c,v 1.41 2000/05/14 09:31:05 ea Exp $
+/* $Id: process.c,v 1.42 2000/05/14 09:34:14 ea Exp $
  *
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS kernel
@@ -732,6 +732,7 @@ NTSTATUS STDCALL NtSetInformationProcess(IN HANDLE ProcessHandle,
 }
 
 
+#if 0
 /**********************************************************************
  * NAME                                                        INTERNAL
  *     PiSnapshotProcessTable
@@ -877,6 +878,6 @@ PiSnapshotProcessTable (
        /* OK */        
        return STATUS_SUCCESS;
 }
-
+#endif
 
 /* EOF */