aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorGlenn Morris2011-01-15 15:16:57 -0800
committerGlenn Morris2011-01-15 15:16:57 -0800
commit0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch)
tree8f7f07c160e5878c775fc6c2bb5ec912a164448e /src/process.h
parent2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff)
downloademacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz
emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.zip
Nuke arch-tags.
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h
index 59e9a0ecb64..594b66cd238 100644
--- a/src/process.h
+++ b/src/process.h
@@ -201,5 +201,3 @@ extern void delete_read_fd (int fd);
201extern void add_write_fd (int fd, fd_callback func, void *data); 201extern void add_write_fd (int fd, fd_callback func, void *data);
202extern void delete_write_fd (int fd); 202extern void delete_write_fd (int fd);
203 203
204/* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72
205 (do not change this comment) */