summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 0c291dd80ac..ac766058d34 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -554,15 +554,6 @@ sys_subshell (void)
close_process_descs (); /* Close Emacs's pipes/ptys */
-#ifdef SET_EMACS_PRIORITY
- {
- extern EMACS_INT emacs_priority;
-
- if (emacs_priority < 0)
- nice (-emacs_priority);
- }
-#endif
-
#ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida */
{
char *epwd = getenv ("PWD");