removed unused prototype and header
This commit is contained in:
parent
c3ec86de87
commit
3bd2e15c76
@ -10,15 +10,10 @@
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
#include <optional>
|
||||
|
||||
/// \brief Compression d'une chaine de caractères
|
||||
std::vector<std::vector<std::uint32_t>> lzw_compress(std::string &&);
|
||||
|
||||
std::optional<std::uint32_t>
|
||||
lzw_compress_char(std::vector<std::vector<std::uint32_t>> &,
|
||||
std::vector<std::uint32_t> &, const char);
|
||||
|
||||
/// \brief Wrapper de \ref lzw_compress
|
||||
void compress(const std::string &, const char *);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user