From ee57176a0bee565ae241c0c93e33e25623638170 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 24 Jul 2015 16:10:54 +1000 Subject: [PATCH] Trimmed a bit. --- mount_linux.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mount_linux.go b/mount_linux.go index df87ec7..de7a060 100644 --- a/mount_linux.go +++ b/mount_linux.go @@ -12,10 +12,6 @@ import ( "syscall" ) -// Maximum file write size we are prepared to receive from the kernel. Linux -// appears to limit writes to 128 KiB. -const maxWrite = 128 * 1024 - func lineLogger(wg *sync.WaitGroup, prefix string, r io.ReadCloser) { defer wg.Done()