diff --git a/tools/extract-patch-data.sh b/tools/extract-patch-data.sh
index ecce8166..fa3dd73b 100644
--- a/tools/extract-patch-data.sh
+++ b/tools/extract-patch-data.sh
@@ -1,7 +1,5 @@
#!/bin/bash
-CR=$(printf "\r")
-
while read current_line
do
if [[ $current_line =~ ^Filename:* ]]; then
@@ -40,8 +38,6 @@ done
# echo LICENSE: $LICENSE
# echo -e MESSAGE: $MESSAGE
-SUBJECT=`echo $SUBJECT | xargs`
-
echo "|**$SUBJECT**" \
"
"$DATE"" \
"
File: [$FILENAME](/build/patches/$FILENAME)" \