mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed duplicated comment
This commit is contained in:
parent
a67c56c09f
commit
e923324ea5
|
@ -199,10 +199,6 @@ contract AToken is VersionedInitializable, ERC20, IAToken {
|
||||||
return amount;
|
return amount;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @notice ERC20 implementation internal function backing transfer() and transferFrom()
|
|
||||||
**/
|
|
||||||
function _transfer(
|
function _transfer(
|
||||||
address from,
|
address from,
|
||||||
address to,
|
address to,
|
||||||
|
@ -223,9 +219,6 @@ contract AToken is VersionedInitializable, ERC20, IAToken {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @notice ERC20 implementation internal function backing transfer() and transferFrom()
|
|
||||||
**/
|
|
||||||
function _transfer(
|
function _transfer(
|
||||||
address from,
|
address from,
|
||||||
address to,
|
address to,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user