Skip to content

Commit

Permalink
Remove unneeded FAKE_STATUS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Mast committed Feb 12, 2015
1 parent d9f8b88 commit c5b4a1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/c.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ hyperdex_client_error_message(hyperdex_client* _cl)
HYPERDEX_API void
hyperdex_client_set_type_conversion(hyperdex_client* _cl, bool enabled)
{
FAKE_STATUS;
hyperdex::client* cl = reinterpret_cast<hyperdex::client*>(_cl);
cl->set_type_conversion(enabled);
}
Expand Down

0 comments on commit c5b4a1e

Please sign in to comment.