removes dead code
1 files changed, 0 insertions(+), 7 deletions(-)

M server.go
M server.go +0 -7
@@ 10,13 10,6 @@ import "path/filepath"
 import "code.google.com/p/go.net/websocket"
 import "github.com/howeyc/fsnotify"
 
-func givePathSuffix(s string) string {
-    if s[len(s)-1] == os.PathSeparator {
-        return s
-    }
-    return s + string([]rune{os.PathSeparator})
-}
-
 type MetronomeHandler struct {
     *http.ServeMux
     watchdir        string