iproto: remove initialization from struct declaration.
In c++11 it's ok to made initialization in struct declaration, but this is not done anywhere else in our code.
Loading
Please register or sign in to comment
In c++11 it's ok to made initialization in struct declaration, but this is not done anywhere else in our code.