citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 8224166c07b9055a5601e52bab69981ce1b217a3
parent f85b5459e7020ef15ee4d50bcbe0c83e76395122
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 22 Jan 2017 11:21:02 -0700

gl: unbreak the build

Diffstat:
Mgl_procfile.cc | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/gl_procfile.cc b/gl_procfile.cc @@ -40,7 +40,6 @@ GlProcessFile::GlProcessFile(std::string const &path, demo_font_t *font) : ss << "Program: " << m_header->progname << std::endl; ss << "Translation Units: " << m_header->units << std::endl; ss << "Lines of Code: " << m_header->loc << std::endl; - ss << "Done: " << m_header->exited << std::endl; m_glbuffer.add_text(ss.str().c_str(), font, 2); glyphy_point_t cur_pos;