X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Farchitecture.cpp;h=efe9c732dd707696d3d74610e340065c480960f2;hb=0dea0d850f6690de07933794592916d11c9d3f49;hp=97ed2fe07dce2a0b0ebe9c5be4325e2c91486378;hpb=c51884994862b02613c2c0ae75b1f8d39e0f1ee5;p=builder.git diff --git a/source/architecture.cpp b/source/architecture.cpp index 97ed2fe..efe9c73 100644 --- a/source/architecture.cpp +++ b/source/architecture.cpp @@ -120,11 +120,6 @@ Architecture::Architecture(Builder &b, const string &spec): } } -void Architecture::set_cross_prefix(const string &p) -{ - cross_prefix = p; -} - bool Architecture::match_name(const string &pattern) const { vector parts = split(pattern, "-");