maidsafe / self_encryption

file self encryptor
Other
118 stars 70 forks source link

Dead code #153

Closed ghost closed 8 years ago

ghost commented 8 years ago

These lines in fn decrypt_chunk do absolutely nothing:

            if content.len() == 0 {
                ()
            }