Skip to content

Commit

Permalink
Removed dead code.
Browse files Browse the repository at this point in the history
This was made obsolete in commit 4fadbc3
  • Loading branch information
mvidner committed Jun 3, 2014
1 parent 137b1c4 commit 99894a4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 311 deletions.
1 change: 0 additions & 1 deletion scr/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ libpy2scr_la_SOURCES = \
Y2CCSCR.cc Y2CCSCR.h \
Y2SCRComponent.cc Y2SCRComponent.h \
ScriptingAgent.cc ScriptingAgent.h \
StdioSCRAgent.cc StdioSCRAgent.h \
SCRSubAgent.cc SCRSubAgent.h

libpy2scr_la_LDFLAGS = -version-info 2:0
Expand Down
229 changes: 0 additions & 229 deletions scr/src/StdioSCRAgent.cc

This file was deleted.

79 changes: 0 additions & 79 deletions scr/src/StdioSCRAgent.h

This file was deleted.

3 changes: 1 addition & 2 deletions wfm/src/WFMSubAgent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <ycp/y2log.h>
#include <y2/Y2ComponentBroker.h>
#include <scr/SCRAgent.h>
#include "../../scr/src/StdioSCRAgent.h"
#include <WFMSubAgent.h>


Expand All @@ -34,7 +33,7 @@ WFMSubAgent::WFMSubAgent (const string& name, int handle)
// check if name is scr ( can be prepended by chroot like "chroot=/mnt:scr" )
if (name.find("scr") == string::npos && name.find("chroot") != string::npos)
{
y2internal("WFMSubAgent support chrrot only for scr component, but not '%s'.",
y2internal("WFMSubAgent supports chroot only for scr component, but not '%s'.",
name.c_str());
abort();
}
Expand Down

0 comments on commit 99894a4

Please sign in to comment.