Skip to content

Commit

Permalink
Merge branch 'MDL-55267-master-deprecation' of https://github.com/mar…
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 21, 2017
2 parents dca0ea0 + f2894f3 commit 4d505af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
8 changes: 0 additions & 8 deletions cache/classes/definition.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,6 @@ class cache_definition {
*/
protected $datasourcefile = null;

/**
* Deprecated - this is completely unused.
* @deprecated since 2.9
* @todo MDL-55267 This will be deleted in Moodle 3.3.
* @var string
*/
protected $datasourceaggregate = null;

/**
* Set to true if the cache should hold onto items passing through it to speed up subsequent requests.
* @var bool
Expand Down
15 changes: 0 additions & 15 deletions cache/tests/fixtures/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,21 +304,6 @@ public static function config_file_exists() {
}
}

/**
* This is a deprecated class. It has been renamed to cache_config_testing.
*
* This was deprecated in Moodle 2.9 but will be removed at the next major release
* as it is only used during testing and its highly unlikely anyone has used this.
*
* @deprecated since 2.9
* @todo MDL-55267 This will be deleted in Moodle 3.3.
* @copyright 2014 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class cache_config_phpunittest extends cache_config_testing {
// We can't do anything here to warn the user.
// The cache can be utilised before sessions have even been started.
}

/**
* Dummy object for testing cacheable object interface and interaction
Expand Down

0 comments on commit 4d505af

Please sign in to comment.