summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/md5/md5.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/md5/md5.go')
-rw-r--r--src/pkg/crypto/md5/md5.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/crypto/md5/md5.go b/src/pkg/crypto/md5/md5.go
index cbc007f01..a47d91341 100644
--- a/src/pkg/crypto/md5/md5.go
+++ b/src/pkg/crypto/md5/md5.go
@@ -50,8 +50,6 @@ func (d *digest) Size() int {
return Size;
}
-func _Block(dig *digest, p []byte) int
-
func (d *digest) Write(p []byte) (nn int, err os.Error) {
nn = len(p);
d.len += uint64(nn);