# HG changeset patch # User Andreas Schwab # Date 1278872356 -7200 # Node ID 108c259501dacb7bb0460e2e617e0022c5f11bde # Parent 06b03915afed974cd79dc3609c7e1a3237de1903 * process.c: Remove obsolete comment. diff -r 06b03915afed -r 108c259501da src/ChangeLog --- 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 + + * process.c: Remove obsolete comment. + 2010-07-11 Chong Yidong * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091). diff -r 06b03915afed -r 108c259501da src/process.c --- 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 #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