Revert "Simple check to prevent frozen class modificaiton"

This reverts commit 28ca03cc67.
This commit is contained in:
Benoit Marty 2022-08-16 11:14:01 +02:00
parent 8a4bd0c467
commit 08fff48065
1 changed files with 0 additions and 15 deletions

View File

@ -16,21 +16,6 @@
# limitations under the License. # limitations under the License.
# #
#######################################################################################################################
# Check frozen class modification
#######################################################################################################################
echo "Check if frozen class modified"
git diff "HEAD@{1}" --name-only | grep -e OlmInboundGroupSessionWrapper.kt -e OlmInboundGroupSessionWrapper2.kt
FROZEN_CHANGED=$?
if [ ${FROZEN_CHANGED} -eq 0 ]; then
echo "❌ FROZEN CLASS CHANGED ERROR"
exit 1
else
echo "Frozen check OK"
fi
####################################################################################################################### #######################################################################################################################
# Check drawable quantity # Check drawable quantity
####################################################################################################################### #######################################################################################################################