summaryrefslogtreecommitdiff
path: root/src/pty.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-30 21:43:26 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-30 21:43:26 +0200
commit6dff58f15cede9139b2fcfc64c9064326ea3d3b0 (patch)
treef2326055f5fe8bb5948374155f11bd220c1d9dc7 /src/pty.c
parentf45d747ebf920940b041f5c75c2bfdffb6b670ae (diff)
downloadvim-git-6dff58f15cede9139b2fcfc64c9064326ea3d3b0.tar.gz
patch 8.1.0443: unnecessary static function prototypesv8.1.0443
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
Diffstat (limited to 'src/pty.c')
-rw-r--r--src/pty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pty.c b/src/pty.c
index 940f63e02..717173475 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -126,8 +126,6 @@
# undef HAVE_SVR4_PTYS
#endif
-static void initmaster(int);
-
/*
* Open all ptys with O_NOCTTY, just to be on the safe side.
*/