Skip to content

Commit

Permalink
Deleted bad assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Vysheng committed Oct 3, 2014
1 parent 8fb606a commit 7a9764f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion queries.c
Original file line number Diff line number Diff line change
Expand Up @@ -3303,7 +3303,6 @@ void tgl_do_accept_encr_chat_request (struct tgl_secret_chat *E, void (*callback
}

void tgl_do_create_encr_chat_request (int user_id, void (*callback)(void *callback_extra, int success, struct tgl_secret_chat *E), void *callback_extra) {
assert (0);
clear_packet ();
out_int (CODE_messages_get_dh_config);
out_int (tgl_state.encr_param_version);
Expand Down

0 comments on commit 7a9764f

Please sign in to comment.