From ae96d47a63b32aa752bc65ce08f8b7b7254db3e6 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 11 Jul 2010 20:19:16 +0200 Subject: [PATCH] * process.c: Remove obsolete comment. --- src/ChangeLog | 4 ++++ src/process.c | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4b3726147cb..48ba055280c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-07-11 Andreas Schwab + + * process.c: Remove obsolete comment. + 2010-07-11 Chong Yidong * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091). diff --git a/src/process.c b/src/process.c index f4cebbf777a..ed31657b01c 100644 --- a/src/process.c +++ b/src/process.c @@ -21,15 +21,6 @@ along with GNU Emacs. If not, see . */ #include #include - -/* This file is split into two parts by the following preprocessor - conditional. The 'then' clause contains all of the support for - asynchronous subprocesses. The 'else' clause contains stub - versions of some of the asynchronous subprocess routines that are - often called elsewhere in Emacs, so we don't have to #ifdef the - sections that call them. */ - - #include #include #include -- 2.39.2