Skip to content
Snippets Groups Projects
  1. Feb 24, 2014
    • Vincent Petry's avatar
      Removed unused deleteAll method on Common storage class · a23ef250
      Vincent Petry authored
      The "deleteAll" method on the Common storage class isn't used anywhere.
      Also, it isn't defined on the Storage interface so this fix removes it
      completely.
      a23ef250
    • Vincent Petry's avatar
      Replace deleteAll call with unlink call · c465835e
      Vincent Petry authored
      The method deleteAll() doesn't officially exist on the Storage class as
      it's not defined on the interface, which means it fails on the Quota
      storage wrapper and might fail on some external storage classes.
      Also, this here is the only use case for that one method.
      c465835e
  2. Feb 22, 2014
  3. Feb 21, 2014
  4. Feb 20, 2014
Loading