Skip to content

Commit

Permalink
remove unused variable from declarations list
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Oct 23, 2014
1 parent 6d035f5 commit 1bb27a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta/FlexibleSUSY.m
Expand Up @@ -638,8 +638,7 @@

WriteUserExample[inputParameters_List, freePhases_List,
lesHouchesInputParameters_List, files_List] :=
Module[{allIndexReplacementRules, parseCmdLineOptions,
printCommandLineOptions},
Module[{parseCmdLineOptions, printCommandLineOptions},
allParameters = Join[inputParameters,freePhases,lesHouchesInputParameters];
parseCmdLineOptions = WriteOut`ParseCmdLineOptions[allParameters];
printCommandLineOptions = WriteOut`PrintCmdLineOptions[allParameters];
Expand Down

0 comments on commit 1bb27a9

Please sign in to comment.