summaryrefslogtreecommitdiff
path: root/src/s/usg5-4-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/usg5-4-common.h')
-rw-r--r--src/s/usg5-4-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/usg5-4-common.h b/src/s/usg5-4-common.h
index 561b3ad38e..94d83dd81e 100644
--- a/src/s/usg5-4-common.h
+++ b/src/s/usg5-4-common.h
@@ -64,10 +64,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
this is all we need. */
#define TIOCSIGSEND TIOCSIGNAL
-/* This change means that we don't loop through allocate_pty too many
- times in the (rare) event of a failure. */
-#define FIRST_PTY_LETTER 'z'
-
/* This sets the name of the master side of the PTY. */
#define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptmx");