summaryrefslogtreecommitdiff
path: root/dmake/msdos/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/msdos/tee.c')
-rw-r--r--dmake/msdos/tee.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/dmake/msdos/tee.c b/dmake/msdos/tee.c
deleted file mode 100644
index f2c8b5de6543..000000000000
--- a/dmake/msdos/tee.c
+++ /dev/null
@@ -1,31 +0,0 @@
-/* RCS $Id: tee.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $
---
--- SYNOPSIS
--- Hook_std_writes() dummy call for non swapping MSDOS versions.
---
--- DESCRIPTION
---
--- AUTHOR
--- Dennis Vadura, dvadura@dmake.wticorp.com
---
--- WWW
--- http://dmake.wticorp.com/
---
--- COPYRIGHT
--- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
---
--- This program is NOT free software; you can redistribute it and/or
--- modify it under the terms of the Software License Agreement Provided
--- in the file <distribution-root>/readme/license.txt.
---
--- LOG
--- Use cvs log to obtain detailed change logs.
-*/
-
-#include "extern.h"
-
-PUBLIC void
-Hook_std_writes( file )
-char *file;
-{
-}