From b634fbcfa14ee9ab81ffd458581ece3a4834002b Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Fri, 11 Mar 2016 07:14:12 -0800 Subject: log: remove MSVC 2010 Boost bug workaround --- host/lib/utils/log.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'host/lib') diff --git a/host/lib/utils/log.cpp b/host/lib/utils/log.cpp index 8d42af9c4..4e58ce894 100644 --- a/host/lib/utils/log.cpp +++ b/host/lib/utils/log.cpp @@ -1,5 +1,5 @@ // -// Copyright 2012,2014 Ettus Research LLC +// Copyright 2012,2014,2016 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -24,19 +24,7 @@ #include #include #include -#ifdef BOOST_MSVC -//whoops! https://svn.boost.org/trac/boost/ticket/5287 -//enjoy this useless dummy class instead -namespace boost{ namespace interprocess{ - struct file_lock{ - file_lock(const char * = NULL){} - void lock(void){} - void unlock(void){} - }; -}} //namespace -#else #include -#endif #include #include -- cgit v1.2.3