changeset 109319:108c259501da

* process.c: Remove obsolete comment.
author Andreas Schwab <schwab@linux-m68k.org>
date Sun, 11 Jul 2010 20:19:16 +0200
parents 06b03915afed
children a0d2db31314d
files src/ChangeLog src/process.c
diffstat 2 files changed, 4 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jul 11 12:07:38 2010 -0400
+++ b/src/ChangeLog	Sun Jul 11 20:19:16 2010 +0200
@@ -1,3 +1,7 @@
+2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* process.c: Remove obsolete comment.
+
 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
 
 	* xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
--- a/src/process.c	Sun Jul 11 12:07:38 2010 -0400
+++ b/src/process.c	Sun Jul 11 20:19:16 2010 +0200
@@ -21,15 +21,6 @@
 
 #include <config.h>
 #include <signal.h>
-
-/* 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 <stdio.h>
 #include <errno.h>
 #include <setjmp.h>