diff options
Diffstat (limited to 'win32/ntfunc.c')
-rw-r--r-- | win32/ntfunc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/ntfunc.c b/win32/ntfunc.c index 874b65f1ca99..a7da6e070ad4 100644 --- a/win32/ntfunc.c +++ b/win32/ntfunc.c @@ -1,4 +1,3 @@ -/*$Header: /p/tcsh/cvsroot/tcsh/win32/ntfunc.c,v 1.22 2016/08/12 14:54:41 amold Exp $*/ /*- * Copyright (c) 1980, 1991 The Regents of the University of California. * All rights reserved. @@ -67,8 +66,6 @@ struct biltins nt_bfunc[] = { #ifdef NTDBG { "debugbreak", dodebugbreak, 0, 0 }, #endif /* NTDBG */ - { "ps", dops, 0, 1 }, - { "shutdown", doshutdown, 0, 2 }, { "start", dostart, 1, INF }, { "title", dotitle, 1, INF }, }; |