Skip to content

Commit

Permalink
remove no longer necessary conditional compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEischer committed Nov 27, 2022
1 parent bcdfc2a commit a1eb923
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions cmd/restic/integration_filter_pattern_test.go
@@ -1,10 +1,3 @@
//go:build go1.16
// +build go1.16

// Before Go 1.16 filepath.Match returned early on a failed match,
// and thus did not report any later syntax error in the pattern.
// https://go.dev/doc/go1.16#path/filepath

package main

import (
Expand Down
7 changes: 0 additions & 7 deletions internal/filter/filter_patterns_test.go
@@ -1,10 +1,3 @@
//go:build go1.16
// +build go1.16

// Before Go 1.16 filepath.Match returned early on a failed match,
// and thus did not report any later syntax error in the pattern.
// https://go.dev/doc/go1.16#path/filepath

package filter_test

import (
Expand Down
3 changes: 0 additions & 3 deletions internal/repository/fuzz_test.go
@@ -1,6 +1,3 @@
//go:build go1.18
// +build go1.18

package repository

import (
Expand Down

0 comments on commit a1eb923

Please sign in to comment.