$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75234 - branches/quickbook-dev/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-11-01 15:17:39
Author: danieljames
Date: 2011-11-01 15:17:38 EDT (Tue, 01 Nov 2011)
New Revision: 75234
URL: http://svn.boost.org/trac/boost/changeset/75234
Log:
Quickbook: No longer need to clear doc_id in actions, as it's set correctly in doc_info_actions.cpp
Text files modified: 
   branches/quickbook-dev/tools/quickbook/src/actions.cpp |     3 ---                                     
   1 files changed, 0 insertions(+), 3 deletions(-)
Modified: branches/quickbook-dev/tools/quickbook/src/actions.cpp
==============================================================================
--- branches/quickbook-dev/tools/quickbook/src/actions.cpp	(original)
+++ branches/quickbook-dev/tools/quickbook/src/actions.cpp	2011-11-01 15:17:38 EDT (Tue, 01 Nov 2011)
@@ -1836,9 +1836,6 @@
             actions.filename = paths.filename;
             actions.filename_relative = paths.filename_relative;
 
-            // remain bug compatible with old versions of quickbook
-            if(qbk_version_n < 106) actions.doc_id.clear();
-
             // update the __FILENAME__ macro
             *boost::spirit::classic::find(actions.macro, "__FILENAME__")
                 = detail::path_to_generic(actions.filename_relative);