Remove an obsolete pragma from dtrace.h.

It triggers a compiler warning and has been removed upstream.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2016-12-27 23:31:32 +00:00
parent ca734d8a13
commit c71c814a97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310647

View File

@ -32,8 +32,6 @@
#ifndef _SYS_DTRACE_H
#define _SYS_DTRACE_H
#pragma ident "%Z%%M% %I% %E% SMI"
#ifdef __cplusplus
extern "C" {
#endif