summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchappedm@gmail.com <chappedm@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2012-10-28 19:30:23 +0000
committerchappedm@gmail.com <chappedm@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2012-10-28 19:30:23 +0000
commita828c0a8ff59300fffce466cc617d40fa39dedea (patch)
tree3ff157249ffc0f4824c6832fd1a70e10498cd323
parente5b095abdc2368111f53cedf376cd1505a2c7583 (diff)
downloadgperftools-a828c0a8ff59300fffce466cc617d40fa39dedea.tar.gz
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
-rwxr-xr-xsrc/pprof1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pprof b/src/pprof
index 727eb43..961c8bd 100755
--- a/src/pprof
+++ b/src/pprof
@@ -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);
}