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/c0cd08df Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/c0cd08df Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/c0cd08df Branch: refs/heads/develop Commit: c0cd08df7e1b77f3fabaaae843c76f90f355a544 Parents: 1666e0e Author: Christopher Collins <[email protected]> Authored: Sun Feb 5 23:19:11 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Sat Feb 18 08:56:35 2017 -0800 ---------------------------------------------------------------------- newt/pkg/localpackage.go | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/c0cd08df/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
