Skip to content

Commit

Permalink
dispatch-profiler: Fix a compiler warning
Browse files Browse the repository at this point in the history
* sources/lib/dispatch-profiler/walk-dispatch.dylan
  (with-preserved-dispatch-walking-types): Comment out this currently
   unused macro definition.
  • Loading branch information
housel committed Jun 23, 2024
1 parent 1aa78a3 commit 1aa5350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/lib/dispatch-profiler/walk-dispatch.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ define macro with-dispatch-walking-type

end macro;

/*
define macro with-preserved-dispatch-walking-types
{ with-preserved-dispatch-walking-types (?dws:expression)
Expand All @@ -263,7 +264,7 @@ define macro with-preserved-dispatch-walking-types
end block }
end macro;

*/


define method dispatch-walker
Expand Down

0 comments on commit 1aa5350

Please sign in to comment.