Skip to content

Commit

Permalink
Removed redeclarations due to presubmit check
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Apr 12, 2023
1 parent 89794a6 commit 84b511e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test_conformance/conversions/test_conversions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,6 @@

#include "harness/mt19937.h"

#if (defined(__arm__) || defined(__aarch64__)) && defined(__GNUC__)
#include "fplib.h"
#endif

#if (defined(__arm__) || defined(__aarch64__)) && defined(__GNUC__)
/* Rounding modes and saturation for use with qcom 64 bit to float conversion
* library */
bool qcom_sat;
roundingMode qcom_rm;
#endif

////////////////////////////////////////////////////////////////////////////////////////

static int ParseArgs(int argc, const char **argv);
Expand Down

0 comments on commit 84b511e

Please sign in to comment.