summaryrefslogtreecommitdiff
path: root/libyasm/bytecode.h
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2005-09-25 03:23:54 +0000
committerPeter Johnson <peter@tortall.net>2005-09-25 03:23:54 +0000
commit6aa4526e07bc8c5c01bab29e54d9ea17f53d417c (patch)
tree476c3581e70b609297d46a45989dea8a943f5d71 /libyasm/bytecode.h
parent3d58d7aa71cad3d6a485ed758f3175a3add8c858 (diff)
downloadyasm-6aa4526e07bc8c5c01bab29e54d9ea17f53d417c.tar.gz
* bytecode.h (yasm_dv_create_float): Remove (no implementation exists or is
planned). svn path=/trunk/yasm/; revision=1235
Diffstat (limited to 'libyasm/bytecode.h')
-rw-r--r--libyasm/bytecode.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libyasm/bytecode.h b/libyasm/bytecode.h
index e344bcbe..1bd9bbfc 100644
--- a/libyasm/bytecode.h
+++ b/libyasm/bytecode.h
@@ -286,12 +286,6 @@ yasm_bc_resolve_flags yasm_bc_resolve(yasm_bytecode *bc, int save,
*/
yasm_dataval *yasm_dv_create_expr(/*@keep@*/ yasm_expr *expn);
-/** Create a new data value from a float.
- * \param flt floating point value
- * \return Newly allocated data value.
- */
-yasm_dataval *yasm_dv_create_float(/*@keep@*/ yasm_floatnum *flt);
-
/** Create a new data value from a string.
* \param str_val string
* \return Newly allocated data value.