Skip to content

Commit

Permalink
revert redundant build for windows changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rakelkar committed Nov 11, 2017
1 parent 2f864f2 commit f6d364f
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 66 deletions.
2 changes: 0 additions & 2 deletions pkg/ip/addr_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !windows

// Copyright 2017 CNI authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 0 additions & 2 deletions pkg/ip/ipmasq_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !windows

// Copyright 2015 CNI authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 0 additions & 2 deletions pkg/ip/link_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !windows

// Copyright 2015 CNI authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
28 changes: 0 additions & 28 deletions pkg/ipam/exec.go

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/ipam/ipam_linux_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !windows

// Copyright 2015 CNI authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 0 additions & 2 deletions pkg/ipam/ipam_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !windows

// Copyright 2016 CNI authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
26 changes: 0 additions & 26 deletions pkg/ipam/ipam_windows.go

This file was deleted.

1 change: 1 addition & 0 deletions plugins/ipam/host-local/backend/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import "net"
type Store interface {
Lock() error
Unlock() error
Close() error
Reserve(id string, ip net.IP, rangeID string) (bool, error)
LastReservedIP(rangeID string) (net.IP, error)
Release(ip net.IP) error
Expand Down
2 changes: 0 additions & 2 deletions plugins/meta/flannel/flannel_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !windows

// Copyright 2015 CNI authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit f6d364f

Please sign in to comment.