Skip to content

Commit

Permalink
SERVER-13969 Eliminate long-dead message_server_asio.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
amschwerin committed May 16, 2014
1 parent 995c04a commit 7aa378e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 279 deletions.
3 changes: 0 additions & 3 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ add_option( "no-glibc-check" , "don't check for new versions of glibc" , 0 , Fal

# experimental features
add_option( "mm", "use main memory instead of memory mapped files" , 0 , True )
add_option( "asio" , "Use Asynchronous IO (NOT READY YET)" , 0 , True )
add_option( "ssl" , "Enable SSL" , 0 , True )

# library choices
Expand Down Expand Up @@ -400,8 +399,6 @@ usev8 = (jsEngine != 'none')
v8version = jsEngine[3:] if jsEngine.startswith('v8-') else 'none'
v8suffix = '' if v8version == '3.12' else '-' + v8version

asio = has_option( "asio" )

usePCH = has_option( "usePCH" )

env = Environment( BUILD_DIR=variantDir,
Expand Down
3 changes: 0 additions & 3 deletions src/mongo/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,6 @@ if has_option( "mm" ):
else:
mmapFiles += [ "util/mmap_${OS_FAMILY}.cpp" ]

if has_option( "asio" ):
coreServerFiles += [ "util/net/message_server_asio.cpp" ]

env.Library('index_set', [ 'db/index_set.cpp' ] )

# mongod files - also files used in tools. present in dbtests, but not in mongos and not in client
Expand Down
273 changes: 0 additions & 273 deletions src/mongo/util/net/message_server_asio.cpp

This file was deleted.

0 comments on commit 7aa378e

Please sign in to comment.