X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fsourcepackage.h;h=3d868631871591d88e2f511007c3d15c06c60202;hp=fe79dccc25647470708bc686d6d31dc0374943a8;hb=aeb23448b5035f4ceb662c487913618d0efff888;hpb=cee450d7cc932811b0d119a132bc9981eb480584 diff --git a/source/sourcepackage.h b/source/sourcepackage.h index fe79dcc..3d86863 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -15,13 +15,6 @@ class Builder; class BuildType; class FileTarget; -class bad_expansion: public std::runtime_error -{ -public: - bad_expansion(const std::string &w): std::runtime_error(w) { } - virtual ~bad_expansion() throw() { } -}; - /** A package that can be built by Builder. */