]> git.proxmox.com Git - mirror_qemu.git/blobdiff - libdecnumber/dpd/decimal128.c
libdecnumber: Eliminate redundant declarations
[mirror_qemu.git] / libdecnumber / dpd / decimal128.c
index 8f8e9835f511c8e1a194523a75c38bf6233fbffd..7551b7caafb90b074b83dbc89b961354d7f21467 100644 (file)
@@ -50,8 +50,6 @@
 
 /* Utility routines and tables [in decimal64.c] */
 extern const uInt   COMBEXP[32], COMBMSD[32];
-extern const uShort DPD2BIN[1024];
-extern const uShort BIN2DPD[1000];     /* [not used] */
 extern const uByte  BIN2CHAR[4001];
 
 extern void decDigitsFromDPD(decNumber *, const uInt *, Int);