build: Drop redundant _GNU_SOURCE definitions

It’s defined in `meson.build` now. See the previous commit.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2020-07-06 11:27:28 +01:00
parent 50679dba04
commit eae4eb4ad7
9 changed files with 0 additions and 30 deletions

View File

@ -18,8 +18,6 @@
* SPDX-License-ntifier: GPL-3.0-or-later
*/
#define _GNU_SOURCE
#include "sysprof-turbostat.h"
#include <errno.h>