Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Nov 1, 2023
1 parent 980972f commit ff0f9ab
Show file tree
Hide file tree
Showing 25 changed files with 134 additions and 1,049 deletions.
34 changes: 0 additions & 34 deletions build_release.sh

This file was deleted.

38 changes: 0 additions & 38 deletions build_testing.sh

This file was deleted.

10 changes: 5 additions & 5 deletions cpp/src/arrow/type_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ class StringArray;
class StringBuilder;
struct StringScalar;

class StructType;
class StructArray;
class StructBuilder;
struct StructScalar;

class LargeStringType;
class LargeStringArray;
class LargeStringBuilder;
Expand All @@ -153,6 +148,11 @@ class FixedSizeListArray;
class FixedSizeListBuilder;
struct FixedSizeListScalar;

class StructType;
class StructArray;
class StructBuilder;
struct StructScalar;

class Decimal128;
class Decimal256;
class DecimalType;
Expand Down
Loading

0 comments on commit ff0f9ab

Please sign in to comment.