diff options
Diffstat (limited to 'tools/udev-acl.c')
-rw-r--r-- | tools/udev-acl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/udev-acl.c b/tools/udev-acl.c index 628cfbe..7080bc5 100644 --- a/tools/udev-acl.c +++ b/tools/udev-acl.c @@ -332,9 +332,6 @@ int main (int argc, char* argv[]) const char* remove_session_id = NULL; int rc = 0; - /* valgrind is more important to us than a slice allocator */ - g_slice_set_config (G_SLICE_CONFIG_ALWAYS_MALLOC, 1); - while (1) { int option; |