diff --git a/latex/compiler_abi.tex b/latex/compiler_abi.tex index 21a2ed58..0919ddb3 100644 --- a/latex/compiler_abi.tex +++ b/latex/compiler_abi.tex @@ -313,14 +313,6 @@ \section{Built-in scalar data types} An unsigned integer of at least 64-bits, as defined by the C++11 ISO Standard } \addRow -{ - size_t -} -{ - An unsigned integer type which is the result of the \codeinline{sizeof} - operator on host. -} -\addRow { float }