Delete unnecessary storage status constans

This commit is contained in:
Jesús Macias 2015-11-25 17:55:40 +01:00 committed by Morris Jobke
parent 7cd13f462a
commit 332c6748f9
1 changed files with 0 additions and 4 deletions

View File

@ -52,10 +52,6 @@ class OC_Mount_Config {
const STATUS_SUCCESS = 0;
const STATUS_ERROR = 1;
const STATUS_INDETERMINATE = 2;
const STATUS_INCOMPLETE_CONF = 3;
const STATUS_UNAUTHORIZED = 4;
const STATUS_TIMEOUT = 5;
const STATUS_NETWORK_ERROR = 6;
// whether to skip backend test (for unit tests, as this static class is not mockable)
public static $skipTest = false;