Showing with 0 additions and 1 deletion.
  1. +0 −1 src/objc_stubs.d
1 change: 0 additions & 1 deletion src/objc_stubs.d
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ struct Objc_FuncDeclaration

extern (D) this(FuncDeclaration fdecl)
{
assert(0);
}
}

Expand Down