summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-03-05 17:11:51 -0800
committerGlenn Morris <rgm@gnu.org>2020-03-05 17:11:51 -0800
commitc996fe1ec69de0082043397d4965d08cb94892fb (patch)
tree32ca2cf976e900d25300bebcec109fc51babef18 /src/emacs.c
parent7e8b8da9e30c8b3dcb2f7740406358e00a1a42f8 (diff)
downloademacs-c996fe1ec69de0082043397d4965d08cb94892fb.tar.gz
Remove ancient OS X process-connection-type handling
* src/process.c (init_process_emacs) [DARWIN_OS]: Remove process-connection-type special-casing for OS X < 10.3 (ie pre-2003). Ref https://lists.gnu.org/r/emacs-devel/2005-01/msg00741.html
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 8b27c63f731..ea9c4cd79dc 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1964,7 +1964,6 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
/* This calls putenv and so must precede init_process_emacs. */
init_timefns ();
- /* This sets Voperating_system_release, which init_process_emacs uses. */
init_editfns ();
/* These two call putenv. */