Do away with ROM printf.

This commit is contained in:
pk 1995-06-26 23:45:06 +00:00
parent b1f21ab226
commit 09ea33db05
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: defs.h,v 1.2 1994/11/20 20:54:54 deraadt Exp $ */
/* $NetBSD: defs.h,v 1.3 1995/06/26 23:45:06 pk Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@ -34,7 +34,3 @@
#include "stand.h"
extern struct promvec *promvec;
#if 1
#define printf (*promvec->pv_printf)
#endif