diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-03 17:23:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-03 17:23:34 +0100 |
commit | 09a3bb9302e3c2562648e9a1ce7b2c800249852a (patch) | |
tree | c3a7c8de295601cb08337d757c617517c85fe329 /execute.c | |
parent | a43787387f79f30d893b63d6a1ea52ca52eeed80 (diff) |
execute: drop now unnecessary GCC pragma again
Diffstat (limited to 'execute.c')
-rw-r--r-- | execute.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,8 +19,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#pragma GCC diagnostic ignored "-Wattributes" - #include <assert.h> #include <dirent.h> #include <errno.h> |