include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / tracef.h
index 37f7ae478d9aa0ffd3fc2020d8f5d7055aca8f14..a9f53cf87fd3bbfca714a432f960de7dcd0b58f5 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2013-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
+// SPDX-FileCopyrightText: 2013-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: MIT
 
 #ifndef _LTTNG_UST_TRACEF_H
 #define _LTTNG_UST_TRACEF_H
@@ -37,7 +35,6 @@ void lttng_ust__vtracef(const char *fmt, va_list ap)
 
 #if LTTNG_UST_COMPAT_API(0)
 #define tracef         lttng_ust_tracef
-#define vtracef                lttng_ust_vtracef
 #endif
 
 #ifdef __cplusplus
This page took 0.027481 seconds and 4 git commands to generate.