Commit 71d18d0b authored by Simon Spannagel's avatar Simon Spannagel
Browse files

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

(cherry picked from commit 30eb6b77)
parent ca0de7c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -144,6 +144,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