From 942e71b0cea73471edc0b4b7735ae50f97bdf1f3 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 23 Aug 2013 15:04:45 -0700 Subject: [PATCH] Fix remove beast_boost.cpp from SConstruct --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 37cd9e0fd9..aeacd31b61 100644 --- a/SConstruct +++ b/SConstruct @@ -133,7 +133,6 @@ else: COMPILED_FILES.extend([ 'Subtrees/beast/modules/beast_asio/beast_asio.cpp', 'Subtrees/beast/modules/beast_basics/beast_basics.cpp', - 'Subtrees/beast/modules/beast_boost/beast_boost.cpp', 'Subtrees/beast/modules/beast_crypto/beast_crypto.cpp', 'Subtrees/beast/modules/beast_db/beast_db.cpp', 'Subtrees/beast/modules/beast_sqdb/beast_sqdb.cpp',