summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-19 15:37:56 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-19 15:37:56 +0100
commit46605923a27acdb7a061e0135e977bfac9b8a6c5 (patch)
treefd72980d615d0143236db5095bffe3f8aae36675 /action.c
parent3fe63651667d3b74c2f9c97824cb9ed65913a99e (diff)
downloadrsyslog-46605923a27acdb7a061e0135e977bfac9b8a6c5.tar.gz
rsyslog-46605923a27acdb7a061e0135e977bfac9b8a6c5.tar.xz
rsyslog-46605923a27acdb7a061e0135e977bfac9b8a6c5.zip
refactor: removing dead apc code
another concept that did not prove valuable enough to be kept active. For the last couple of releases, the dead code was kept inside the project as we thought we could probably reuse it. Doesn't look so...
Diffstat (limited to 'action.c')
-rw-r--r--action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/action.c b/action.c
index b2620f6e..d12d182a 100644
--- a/action.c
+++ b/action.c
@@ -103,7 +103,6 @@
#include "template.h"
#include "action.h"
#include "modules.h"
-#include "sync.h"
#include "cfsysline.h"
#include "srUtils.h"
#include "errmsg.h"