issue-417: This commit removed the fatal error message printed along with the pprof usage information when pprof is run with no arguments.

git-svn-id: http://gperftools.googlecode.com/svn/trunk@163 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
This commit is contained in:
chappedm@gmail.com 2012-10-28 19:30:23 +00:00
parent e5b095abdc
commit a828c0a8ff

View File

@ -285,7 +285,6 @@ sub usage {
my $msg = shift;
print STDERR "$msg\n\n";
print STDERR usage_string();
print STDERR "\nFATAL ERROR: $msg\n"; # just as a reminder
exit(1);
}