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:16:50 UTC

[16/50] [abbrv] 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/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/master
Commit: c0cd08df7e1b77f3fabaaae843c76f90f355a544
Parents: 1666e0e
Author: Christopher Collins <cc...@apache.org>
Authored: Sun Feb 5 23:19:11 2017 -0800
Committer: Christopher Collins <cc...@apache.org>
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