Remove pragma ident lines

The #pragma ident is a historical relic and not needed any more, this
pragma is actually unknown for common compilers and is only causing
trouble.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Matt Macy <mmacy@FreeBSD.org>
Signed-off-by: Toomas Soome <tsoome@me.com>
Closes #10810
This commit is contained in:
Toomas Soome
2020-08-26 20:35:50 +03:00
committed by Brian Behlendorf
parent cb16a5e043
commit 510179f086
7 changed files with 0 additions and 14 deletions
-2
View File
@@ -23,8 +23,6 @@
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* Generic doubly-linked list implementation
*/