Skip to content

Commit

Permalink
remove unnecessary, deprecated static
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Sep 29, 2020
1 parent 2c8dfde commit 45d520a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/openmethods.d
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ struct Method(alias module_, string name, int index)

mixin(
"alias Spec = ",
Editor.withUdas([]).withName("function").mixture);
Editor.withStatic(false).withUdas([]).withName("function").mixture);

// dispatcher
enum Dispatcher =
Expand Down

0 comments on commit 45d520a

Please sign in to comment.