Skip to content

Commit

Permalink
Remove plasma support from update-flattbuffers.sh
Browse files Browse the repository at this point in the history
Plasma is scheduled for removal in apache#33243.
There is little value in adding support for system flatbuffers at
this point.
  • Loading branch information
tobim committed Feb 19, 2023
1 parent b7e5d98 commit 931e912
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cpp/build-support/update-flatbuffers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,3 @@ $FLATC --cpp --cpp-std c++11 \
--scoped-enums \
-o "$OUT_DIR" \
"${FILES[@]}"

PLASMA_FBS=("$SOURCE_DIR"/plasma/{plasma,common}.fbs)

$FLATC --cpp --cpp-std c++11 \
-o "$SOURCE_DIR/plasma" \
--gen-object-api \
--scoped-enums \
"${PLASMA_FBS[@]}"

0 comments on commit 931e912

Please sign in to comment.