newt - Remove obsolete pkg.features setting.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/e5b84cfd Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/e5b84cfd Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/e5b84cfd Branch: refs/heads/mynewt_1_0_0 Commit: e5b84cfd04887f3963d2a6a0d3789b91774630f1 Parents: c93b4e2 Author: Christopher Collins <[email protected]> Authored: Sun Feb 5 23:19:11 2017 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Mon Mar 6 13:34:12 2017 -0800 ---------------------------------------------------------------------- newt/pkg/localpackage.go | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/e5b84cfd/newt/pkg/localpackage.go ---------------------------------------------------------------------- diff --git a/newt/pkg/localpackage.go b/newt/pkg/localpackage.go index da7ac65..3ce55e6 100644 --- a/newt/pkg/localpackage.go +++ b/newt/pkg/localpackage.go @@ -289,7 +289,6 @@ func (pkg *LocalPackage) Save() error { file.WriteString(pkg.sequenceString("pkg.aflags")) file.WriteString(pkg.sequenceString("pkg.cflags")) - file.WriteString(pkg.sequenceString("pkg.features")) file.WriteString(pkg.sequenceString("pkg.lflags")) return nil
