diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-09 05:29:01 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-09 18:31:41 +0100 |
commit | 24d8170fa18e3bad9ef2fa1e100e34e93a6c1126 (patch) | |
tree | 38a626d0c390757c481d8d40d15f952c8d41dc8e /kern/debug.c | |
parent | dd0989ad8e7526844fcbc2e26bbcc4cc37a010ac (diff) | |
download | gnumach-24d8170fa18e3bad9ef2fa1e100e34e93a6c1126.tar.gz gnumach-24d8170fa18e3bad9ef2fa1e100e34e93a6c1126.tar.bz2 gnumach-24d8170fa18e3bad9ef2fa1e100e34e93a6c1126.zip |
Remove lint code
Diffstat (limited to 'kern/debug.c')
-rw-r--r-- | kern/debug.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/debug.c b/kern/debug.c index 7f6e5557..33e64f33 100644 --- a/kern/debug.c +++ b/kern/debug.c @@ -199,9 +199,6 @@ log(int level, const char *fmt, ...) { va_list listp; -#ifdef lint - level++; -#endif va_start(listp, fmt); _doprnt(fmt, listp, do_cnputc, 0, 0); va_end(listp); |