From c60c41e051698292929f5c1f34f1760a6a37b560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 5 Jan 2017 15:43:48 +0100 Subject: [PATCH] commans: Remove unneeded build constraint Fixes #2886 --- commands/limit_darwin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/limit_darwin.go b/commands/limit_darwin.go index 7dc8b7638..b9d977737 100644 --- a/commands/limit_darwin.go +++ b/commands/limit_darwin.go @@ -11,7 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build darwin // Copyright 2015 The Hugo Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License");