You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/03/06 21:44:15 UTC

[15/41] incubator-mynewt-newt git commit: newt - Remove obsolete pkg.features setting.

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 <cc...@apache.org>
Authored: Sun Feb 5 23:19:11 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
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