Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 14, 2016
1 parent bc11ca7 commit d3ccb0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions far/tracer.cpp
Expand Up @@ -37,7 +37,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
std::vector<string> printStack()
{
std::vector<string> Result;
//#ifdef _MSC_VER

// ## Windows Server 2003 and Windows XP:
// ## The sum of the FramesToSkip and FramesToCapture parameters must be less than 63.
const int kMaxCallers = 62;
Expand All @@ -59,7 +59,6 @@ std::vector<string> printStack()
Result.emplace_back(s.str());
s.str(string());
}
//#endif
return Result;
}

Expand Down

0 comments on commit d3ccb0f

Please sign in to comment.