diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-02-25 19:05:04 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-02-25 19:05:04 +0100 |
commit | c307df85c8e7d9bcd4570269bf13c3e92c3f5954 (patch) | |
tree | 6cc8f61506b70383c1426cb617d220096929d1d1 /src/utils/empty_if_fixed_server.cpp | |
parent | 2df0ebf2dfed1dcbf80c92bff8361e2a04581bec (diff) | |
download | biboumi-c307df85c8e7d9bcd4570269bf13c3e92c3f5954.tar.gz biboumi-c307df85c8e7d9bcd4570269bf13c3e92c3f5954.tar.bz2 biboumi-c307df85c8e7d9bcd4570269bf13c3e92c3f5954.tar.xz biboumi-c307df85c8e7d9bcd4570269bf13c3e92c3f5954.zip |
Do not handle the "%" char in a special way, in the fixed_server mode
Also fix some doc
Diffstat (limited to 'src/utils/empty_if_fixed_server.cpp')
-rw-r--r-- | src/utils/empty_if_fixed_server.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/utils/empty_if_fixed_server.cpp b/src/utils/empty_if_fixed_server.cpp deleted file mode 100644 index 85fd86d..0000000 --- a/src/utils/empty_if_fixed_server.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// #include <utils/empty_if_fixed_server.hpp> - -// #include <config/config.hpp> - -// namespace utils -// { -// inline std::string empty_if_fixed_server(std::string&& str) -// } |