diff options
Diffstat (limited to 'libsolidity/codegen/AsmCodeGen.h')
-rw-r--r-- | libsolidity/codegen/AsmCodeGen.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libsolidity/codegen/AsmCodeGen.h b/libsolidity/codegen/AsmCodeGen.h index fd5ac0a1..95d0e51c 100644 --- a/libsolidity/codegen/AsmCodeGen.h +++ b/libsolidity/codegen/AsmCodeGen.h @@ -15,9 +15,7 @@ along with solidity. If not, see <http://www.gnu.org/licenses/>. */ /** - * @author Christian <c@ethdev.com> - * @date 2016 - * Code-generating part of inline assembly. + * Adaptor between the abstract assembly and eth assembly. */ #pragma once |