]> granicus.if.org Git - yasm/commitdiff
* bytecode.h (yasm_dv_create_float): Remove (no implementation exists or is
authorPeter Johnson <peter@tortall.net>
Sun, 25 Sep 2005 03:23:54 +0000 (03:23 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 25 Sep 2005 03:23:54 +0000 (03:23 -0000)
planned).

svn path=/trunk/yasm/; revision=1235

libyasm/bytecode.h

index e344bcbe36680d7edb2c878c46049ad9d2ca0439..1bd9bbfcd4e635eb4a9991f82d90d56183ac9f19 100644 (file)
@@ -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.