diff options
Diffstat (limited to 'src/p2p/p2p.h')
| -rw-r--r-- | src/p2p/p2p.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/p2p/p2p.h b/src/p2p/p2p.h index c392d571..6b5679c8 100644 --- a/src/p2p/p2p.h +++ b/src/p2p/p2p.h @@ -375,14 +375,6 @@ struct p2p_config { */ unsigned int max_listen; -#ifdef ANDROID_P2P - enum p2p_concurrency_type { - P2P_NON_CONCURRENT, - P2P_SINGLE_CHANNEL_CONCURRENT, - P2P_MULTI_CHANNEL_CONCURRENT, - } p2p_concurrency; -#endif - /** * cb_ctx - Context to use with callback functions */ |
