aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/.Sanitize4
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize
index abc59c7..fe19a1c 100644
--- a/opcodes/.Sanitize
+++ b/opcodes/.Sanitize
@@ -146,9 +146,6 @@ if ( echo $* | grep keep\-v850e > /dev/null ) ; then
fi
done
else
- if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
- true
- else
for i in $v850e_files ; do
if test -f $i && (grep sanitize-v850e $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
@@ -165,7 +162,6 @@ else
mv new $i
fi
done
- fi
fi