vrahane closed pull request #52: remove BuildAdveritser to fix windows build 
error
URL: https://github.com/apache/mynewt-newtmgr/pull/52
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/newtmgr/bll/bll_xports_windows.go 
b/newtmgr/bll/bll_xports_windows.go
index 274f0ef..d5fb65e 100644
--- a/newtmgr/bll/bll_xports_windows.go
+++ b/newtmgr/bll/bll_xports_windows.go
@@ -66,7 +66,3 @@ func (bx *BllXport) Stop() error {
 func (bx *BllXport) Tx(data []byte) error {
        return fmt.Errorf("BllXport.Tx() not supported")
 }
-
-func (bx *BllXport) BuildAdvertiser() (adv.Advertiser, error) {
-       return nil, fmt.Errorf("BllXport#Advertiser not supported")
-}


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to