mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Drop unused enum
This commit is contained in:
parent
dbc924cac9
commit
913ef5499e
1 changed files with 0 additions and 7 deletions
|
@ -64,13 +64,6 @@ void rshrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision)
|
||||||
void boolrat(PRAT* pa, PRAT b, int func, uint32_t radix, int32_t precision);
|
void boolrat(PRAT* pa, PRAT b, int func, uint32_t radix, int32_t precision);
|
||||||
void boolnum(PNUMBER* pa, PNUMBER b, int func);
|
void boolnum(PNUMBER* pa, PNUMBER b, int func);
|
||||||
|
|
||||||
enum
|
|
||||||
{
|
|
||||||
FUNC_AND,
|
|
||||||
FUNC_OR,
|
|
||||||
FUNC_XOR
|
|
||||||
} BOOL_FUNCS;
|
|
||||||
|
|
||||||
void andrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision)
|
void andrat(_Inout_ PRAT* pa, _In_ PRAT b, uint32_t radix, int32_t precision)
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue