0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00

profile_manager.cpp: removed unused trash

This commit is contained in:
Victor Zarubkin 2016-11-19 02:27:25 +03:00
parent 03587cb45b
commit 1af4fa0887

View File

@ -65,8 +65,6 @@ const uint32_t EASY_CURRENT_VERSION = EASY_VERSION_INT(EASY_VERSION_MAJOR, EASY_
const std::string EASY_VERSION_NAME = ([](){
std::ostringstream s;
s << EASY_VERSION_MAJOR << '.' << EASY_VERSION_MINOR << '.' << EASY_VERSION_REV;
//char strbuffer[32] = {};
//sprintf(strbuffer, "%u.%u.%u", EASY_VERSION_MAJOR, EASY_VERSION_MINOR, EASY_VERSION_REV);
return s.str();
})();