1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

Removes dead pragma.

This commit is contained in:
Thomas Harte 2017-09-28 20:47:25 -04:00
parent f488854720
commit fe3cc5c57c

View File

@ -231,7 +231,3 @@ std::unique_ptr<Encoder> Storage::Encodings::MFM::GetMFMEncoder(std::vector<uint
std::unique_ptr<Encoder> Storage::Encodings::MFM::GetFMEncoder(std::vector<uint8_t> &target) {
return std::unique_ptr<Encoder>(new FMEncoder(target));
}
#pragma mark - Parser