Commit 30eb6b77 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

make_module: remove some more lines not necessary for no-input mods

parent e5b45277
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -150,6 +150,9 @@ if [ ! -z "${MESSAGETYPE}" ]; then
else
  command="sed ${opt} \
  -e '/PixelHit/d' \
  -e '/\/\/ Messages:/d' \
  -e '/for(auto\& message/,+4d' \
  -e '/particular message/,+2d' \
  $MODDIR/$MODNAME/${MODNAME}Module.*pp"
fi
eval $command