diff options
author | Toomas Soome <tsoome@me.com> | 2016-11-24 09:48:16 +0200 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2016-12-27 11:59:39 -0500 |
commit | fafb665d337b69015870e0bcdb516fd2f869693f (patch) | |
tree | f0b44e920b7b2f5a63dac313bd467b8d39a21c29 /usr/src/head/stdio_impl.h | |
parent | ad42deeadc90fc89c86ce30c488a778e2a0b5d68 (diff) | |
download | illumos-gate-fafb665d337b69015870e0bcdb516fd2f869693f.tar.gz |
7615 libbe: cleanup compile warnings
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/head/stdio_impl.h')
-rw-r--r-- | usr/src/head/stdio_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/head/stdio_impl.h b/usr/src/head/stdio_impl.h index 54ca353aab..734ef2671c 100644 --- a/usr/src/head/stdio_impl.h +++ b/usr/src/head/stdio_impl.h @@ -27,8 +27,6 @@ #ifndef _STDIO_IMPL_H #define _STDIO_IMPL_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/isa_defs.h> #ifdef __cplusplus |