This commit is contained in:
Edwardro22
2017-01-17 14:35:53 +02:00
6 changed files with 9 additions and 75 deletions

View File

@@ -894,10 +894,6 @@ func (ms *MapStorage) RemoveAlias(key string, transactionID string) error {
return nil
}
func (ms *MapStorage) UpdateReverseAlias(oldAl, newAl *Alias, transactionID string) error {
return nil
}
func (ms *MapStorage) GetLoadHistory(limitItems int, skipCache bool, transactionID string) ([]*utils.LoadInstance, error) {
ms.mu.RLock()
defer ms.mu.RUnlock()