mirror of https://github.com/Icinga/icinga2.git
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
/* 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)
|
|
}
|