Skip to content

Commit

Permalink
Remove unnecessary macros
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylouisbsb committed Apr 13, 2021
1 parent 4fb8a7f commit 7a724c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cpp/src/gandiva/formatting_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
#include "arrow/util/formatting.h"
#include "arrow/vendored/double-conversion/double-conversion.h"

#ifndef ARROW_SRC_GANDIVA_FORMATTING_UTILS_H_
#define ARROW_SRC_GANDIVA_FORMATTING_UTILS_H_

namespace gandiva {

/// \brief The entry point for conversion to strings.
Expand Down Expand Up @@ -70,4 +67,3 @@ class GdvStringFormatter<arrow::DoubleType>
using FloatToStringGdvMixin::FloatToStringGdvMixin;
};
} // namespace gandiva
#endif // ARROW_SRC_GANDIVA_FORMATTING_UTILS_H_

0 comments on commit 7a724c0

Please sign in to comment.