blob: 22b688a7dcd2028d27a93b3e1fd4c28f1e7622d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
System.assert(Internal.run_with_activation_context(function() {
template TimePeriod "legacy-timeperiod" use (LegacyTimePeriod = Internal.LegacyTimePeriod) default {
update = LegacyTimePeriod
}
}))
var methods = [
"LegacyTimePeriod"
]
for (method in methods) {
Internal.remove(method)
}
|