From c68949cf089fe415cd713c80ce54b685be02535a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Mon, 18 Nov 2024 17:03:12 +0100 Subject: [PATCH] GH-44700: [C++][Parquet] Remove obsolete parquet_constants generated files from old thrift --- cpp/src/generated/parquet_constants.cpp | 17 ----------------- cpp/src/generated/parquet_constants.h | 24 ------------------------ 2 files changed, 41 deletions(-) delete mode 100644 cpp/src/generated/parquet_constants.cpp delete mode 100644 cpp/src/generated/parquet_constants.h diff --git a/cpp/src/generated/parquet_constants.cpp b/cpp/src/generated/parquet_constants.cpp deleted file mode 100644 index b1b4ce6267335..0000000000000 --- a/cpp/src/generated/parquet_constants.cpp +++ /dev/null @@ -1,17 +0,0 @@ -/** - * Autogenerated by Thrift Compiler (0.13.0) - * - * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING - * @generated - */ -#include "parquet_constants.h" - -namespace parquet { namespace format { - -const parquetConstants g_parquet_constants; - -parquetConstants::parquetConstants() { -} - -}} // namespace - diff --git a/cpp/src/generated/parquet_constants.h b/cpp/src/generated/parquet_constants.h deleted file mode 100644 index 1e288c7cd1fcb..0000000000000 --- a/cpp/src/generated/parquet_constants.h +++ /dev/null @@ -1,24 +0,0 @@ -/** - * Autogenerated by Thrift Compiler (0.13.0) - * - * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING - * @generated - */ -#ifndef parquet_CONSTANTS_H -#define parquet_CONSTANTS_H - -#include "parquet_types.h" - -namespace parquet { namespace format { - -class parquetConstants { - public: - parquetConstants(); - -}; - -extern const parquetConstants g_parquet_constants; - -}} // namespace - -#endif