]> git.eshelyaron.com Git - emacs.git/commitdiff
* process.c: Remove obsolete comment.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 11 Jul 2010 18:19:16 +0000 (20:19 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 11 Jul 2010 18:19:16 +0000 (20:19 +0200)
src/ChangeLog
src/process.c

index 4b3726147cb173dec4b3d63c668da9eb3fc15132..48ba055280ca3d7e1e7afe968396070612df1007 100644 (file)
@@ -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).
index f4cebbf777a4c12ea850b08246cf64af54e716dd..ed31657b01c425e74efcb847a84a38b1b75dfaa2 100644 (file)
@@ -21,15 +21,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #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.  */
-
-\f
 #include <stdio.h>
 #include <errno.h>
 #include <setjmp.h>