Skip to content

Commit

Permalink
remove unnecessary gen.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Jan 8, 2025
1 parent ac8b01c commit a2c11ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
60 changes: 0 additions & 60 deletions arrow-ipc/gen.patch

This file was deleted.

7 changes: 0 additions & 7 deletions arrow-ipc/regen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ done
popd
cargo +stable fmt -- src/gen/*

if git apply gen.patch; then
echo "Applied gen.patch"
else
echo "Error applying gen.patch"
exit 1
fi

echo "DONE!"
echo "Please run 'cargo doc' and 'cargo test' with nightly and stable, "
echo "and fix possible errors or warnings!"

0 comments on commit a2c11ba

Please sign in to comment.