From: Peter Johnson Date: Sun, 25 Sep 2005 03:23:54 +0000 (-0000) Subject: * bytecode.h (yasm_dv_create_float): Remove (no implementation exists or is X-Git-Tag: v0.5.0rc1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aa4526e07bc8c5c01bab29e54d9ea17f53d417c;p=yasm * bytecode.h (yasm_dv_create_float): Remove (no implementation exists or is planned). svn path=/trunk/yasm/; revision=1235 --- 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.