From ff9ebdd99245ca9bf52c2fa38e12a97386e266a7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 24 Apr 2016 08:24:32 -0400 Subject: compile cleanup --- src/firejail/profile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/firejail/profile.c b/src/firejail/profile.c index d358594d9..d564cd39c 100644 --- a/src/firejail/profile.c +++ b/src/firejail/profile.c @@ -427,7 +427,6 @@ int profile_check_line(char *ptr, int lineno, const char *fname) { else if (strncmp(ptr, "defaultgw ", 10) == 0) { #ifdef HAVE_NETWORK if (checkcfg(CFG_NETWORK)) { - Bridge *br = last_bridge_configured(); if (atoip(ptr + 10, &cfg.defaultgw)) { fprintf(stderr, "Error: invalid IP address\n"); exit(1); -- cgit v1.2.3-54-g00ecf