0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

Problem: MAINTAINERS file has no purpose anymore

Solution:
Remove until such time that a new and appropriate file can replace it should
it be deemed necessary.
This commit is contained in:
hitstergtd 2016-05-04 15:57:03 +01:00
parent 745e07d93c
commit 6ae2ff6446
3 changed files with 0 additions and 58 deletions

View File

@ -548,7 +548,6 @@ set (public_headers include/zmq.h
set (readme-docs AUTHORS
COPYING
COPYING.LESSER
MAINTAINERS
NEWS)
#-----------------------------------------------------------------------------

View File

@ -1,56 +0,0 @@
Component: Atomic Operations
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: Lock-free Algorithms
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: TCP transport
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: IPC transport
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: PGM transport
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: In-process transport
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: I/O Threads
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: Application Threads and Differnet Socket Types
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: Multiplexing (zmq_poll)
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: Generic Infrastructure (context, mailbox, command, pipe)
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: Documentation
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: Autotools build system
Maintainer: Mikko Koppanen
Contact: mikko.koppanen@gmail.com
Component: MSVC build system
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com
Component: Performance tests
Maintainer: Martin Sustrik
Contact: sustrik@250bpm.com

View File

@ -762,7 +762,6 @@ EXTRA_DIST = \
CMakeLists.txt \
autogen.sh \
version.sh \
MAINTAINERS \
src/libzmq.pc.cmake.in \
src/libzmq.vers \
tools/curve_keygen.cpp