mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
git: Remove unused headers for boost::di
This commit is contained in:
parent
52a6dfb42c
commit
0fca9a0c6e
3 changed files with 0 additions and 3025 deletions
|
@ -1,9 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef DEBUG
|
||||
#define BOOST_DI_CFG_DIAGNOSTICS_LEVEL 2
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -67,8 +67,6 @@ void cliparser::usage() const {
|
|||
|
||||
/**
|
||||
* Process input values
|
||||
*
|
||||
* This is done outside the constructor due to boost::di noexcept
|
||||
*/
|
||||
void cliparser::process_input(const vector<string>& values) {
|
||||
for (size_t i = 0; i < values.size(); i++) {
|
||||
|
|
Loading…
Reference in a new issue