From cd0c537e7eaa49fb6168b1888df2e854f7ca43a0 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 2 May 2015 16:25:26 +0200 Subject: [PATCH] remove unused file --- zerrors_linux.go | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 zerrors_linux.go diff --git a/zerrors_linux.go b/zerrors_linux.go deleted file mode 100644 index c90a86293..000000000 --- a/zerrors_linux.go +++ /dev/null @@ -1,5 +0,0 @@ -package restic - -// Add constant O_PATH missing from Go1.3, will be added to Go1.4 according to -// https://code.google.com/p/go/issues/detail?id=7830 -const O_PATH = 010000000