Skip to content

Commit

Permalink
Remove garbage files
Browse files Browse the repository at this point in the history
  • Loading branch information
SemaiCZE committed Jun 21, 2018
1 parent d288285 commit a783a70
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Testing/Temporary/CTestCostData.txt

This file was deleted.

3 changes: 0 additions & 3 deletions Testing/Temporary/LastTest.log

This file was deleted.

1 change: 0 additions & 1 deletion src/helpers/curl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ std::string helpers::curl_get(const std::string &url,
CURLcode res;

// get curl handle
// std::unique_ptr<CURL, decltype(&curl_easy_cleanup)> curl = {curl_easy_init(), curl_easy_cleanup};
std::unique_ptr<CURL, decltype(&curl_easy_cleanup)> curl = {curl_easy_init(), curl_easy_cleanup};
if (curl.get()) {
// destination address
Expand Down

0 comments on commit a783a70

Please sign in to comment.