]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/env-util: drop _pure_ from static function
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 18 Feb 2017 21:23:03 +0000 (16:23 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Feb 2017 23:49:14 +0000 (18:49 -0500)
src/basic/env-util.c

index 05b90e499e5ea836c06ccb89762448b49e5d8586..a28707fb4902607f40a31eb7eebb74bd9798a503 100644 (file)
@@ -248,7 +248,7 @@ fail:
         return NULL;
 }
 
-_pure_ static bool env_match(const char *t, const char *pattern) {
+static bool env_match(const char *t, const char *pattern) {
         assert(t);
         assert(pattern);