]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkd: remove unused variable manager -> m
authorSusant Sahani <susant@redhat.com>
Wed, 24 Jan 2018 14:57:27 +0000 (20:27 +0530)
committerSusant Sahani <susant@redhat.com>
Wed, 24 Jan 2018 14:57:27 +0000 (20:27 +0530)
src/network/networkd-route.h

index 334cb1666b6642ede10ad501308668a64d3d00a7..6db9d592ea53e9eecf6c58e5a15bf11b859e75b5 100644 (file)
@@ -26,7 +26,6 @@ typedef struct NetworkConfigSection NetworkConfigSection;
 #include "networkd-network.h"
 
 struct Route {
-        Manager *m;
         Network *network;
         NetworkConfigSection *section;