Skip to content

Commit

Permalink
Get rid of one #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrbrandt committed May 6, 2020
1 parent 64d8ad9 commit 792d934
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Tools/CodeGen/CodeGenCactus.m
Expand Up @@ -72,13 +72,7 @@
{"extern \"C\" ", DefineSubroutine[
name, "CCTK_ARGUMENTS",
{
(* Some of these functions aren't scheduled
so the macro doesn't get generated. *)
"#ifdef DECLARE_CCTK_ARGUMENTS_"<>name<>"\n"<>
"DECLARE_CCTK_ARGUMENTS_"<>name<>";\n"<>
"#else\n"<>
"DECLARE_CCTK_ARGUMENTS;\n"<>
"#endif\n",
"DECLARE_CCTK_PARAMETERS;\n\n",
contents
}]}];
Expand Down

0 comments on commit 792d934

Please sign in to comment.