summaryrefslogtreecommitdiff
path: root/src/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty.c')
-rw-r--r--src/pty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pty.c b/src/pty.c
index d23cb2ef1..c4c64d414 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -37,8 +37,6 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-/* RCS_ID("$Id$ FAU") */
-
#include "vim.h"
#include <signal.h>
@@ -134,7 +132,7 @@ static void initmaster __ARGS((int));
static void
initmaster(f)
- int f;
+ int f UNUSED;
{
#ifndef VMS
# ifdef POSIX