File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ git rm -rf doc/ more/ status/ tools/*/test/ --ignore-unmatch
116
116
git rm -rf libs/* /examples libs/* /* /examples libs/* /test/ libs/* /benchmark/ libs/* /performance/ libs/* /example/ libs/* /doc/ libs/* /* /doc/ --ignore-unmatch
117
117
# unused libraries, focusing on larger ones
118
118
UNUSED=" leaf nowide pfr json static_string stl_interfaces phoenix msm redis mysql log \
119
- geometry hana asio multiprecision beast qvm gil process parser charconv \
119
+ geometry hana asio multiprecision beast qvm gil xpressive process parser charconv \
120
120
wave atomic polygon metaparse interprocess yap thread compute url test proto"
121
121
122
122
for lib in $UNUSED ; do
125
125
126
126
git rm -rf ** /* .svg ** /* .png ** /* .jpg ** /* .html ** /* .htm ** /* .gold --ignore-unmatch
127
127
git rm -rf ** /* .pdf ** /* .manifest ** /* .css ** /* .md ** /* .qbk ** /* .rst ** /* .txt --ignore-unmatch
128
+ git rm -rf libs/graph/build/Jamfile.v2
129
+
128
130
git commit -m " upgrading to boost v${boost_version} ; pruning files"
129
131
130
132
cat << EOF
You can’t perform that action at this time.
0 commit comments