From e29085b64a34bfca58d28de2d4427dbc8bdd2423 Mon Sep 17 00:00:00 2001 From: wj32 Date: Thu, 9 Apr 2009 09:16:15 +0000 Subject: [PATCH] removed old KPH comments git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1037 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- trunk/KProcessHacker/kph_nt.c | 3 --- trunk/KProcessHacker/kprocesshacker.c | 8 -------- 2 files changed, 11 deletions(-) diff --git a/trunk/KProcessHacker/kph_nt.c b/trunk/KProcessHacker/kph_nt.c index 02f8d270a..bc7ae6a5d 100644 --- a/trunk/KProcessHacker/kph_nt.c +++ b/trunk/KProcessHacker/kph_nt.c @@ -20,9 +20,6 @@ * along with Process Hacker. If not, see . */ -/* All reverse-engineering done in IDA Pro with that X-ray thingy... */ -/* Parts taken from ReactOS */ - #include "kph_nt.h" #include "debug.h" diff --git a/trunk/KProcessHacker/kprocesshacker.c b/trunk/KProcessHacker/kprocesshacker.c index d91c53ba7..c891b78d2 100644 --- a/trunk/KProcessHacker/kprocesshacker.c +++ b/trunk/KProcessHacker/kprocesshacker.c @@ -20,14 +20,6 @@ * along with Process Hacker. If not, see . */ -/* - * This driver has two main purposes: - * - * 1. To enable Process Hacker to (transparently) do anything without the - * restriction of hooked calls, and - * 2. To enable Process Hacker to retrieve handle names for any file object. - */ - #include "kprocesshacker.h" #include "kph_nt.h" #include "kernel_types.h"