diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-19 15:37:56 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-19 15:37:56 +0100 |
commit | 46605923a27acdb7a061e0135e977bfac9b8a6c5 (patch) | |
tree | fd72980d615d0143236db5095bffe3f8aae36675 /runtime/Makefile.am | |
parent | 3fe63651667d3b74c2f9c97824cb9ed65913a99e (diff) | |
download | rsyslog-46605923a27acdb7a061e0135e977bfac9b8a6c5.tar.gz rsyslog-46605923a27acdb7a061e0135e977bfac9b8a6c5.tar.bz2 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 'runtime/Makefile.am')
-rw-r--r-- | runtime/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am index e504b1fd..67e235a0 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -49,8 +49,6 @@ librsyslog_la_SOURCES = \ obj.h \ modules.c \ modules.h \ - apc.c \ - apc.h \ statsobj.c \ statsobj.h \ stream.c \ |