From 6aa4526e07bc8c5c01bab29e54d9ea17f53d417c Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 25 Sep 2005 03:23:54 +0000 Subject: [PATCH] * bytecode.h (yasm_dv_create_float): Remove (no implementation exists or is planned). svn path=/trunk/yasm/; revision=1235 --- libyasm/bytecode.h | 6 ------ 1 file changed, 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. -- 2.40.0