diff options
| author | Apollon Oikonomopoulos <apoikos@debian.org> | 2016-01-14 00:10:06 +0200 |
|---|---|---|
| committer | Apollon Oikonomopoulos <apollon@skroutz.gr> | 2016-01-14 00:10:06 +0200 |
| commit | 374e1947abcd3e127a2a613aff73ecffdb9199ea (patch) | |
| tree | d83973c3c9802450acd5b5e86fe0d4e8e60a3a1b /src/mongo/util/lame_stacktrace_test.cpp | |
| parent | 65585c90b12d6523bea75a2aebaae2a2fdf9e641 (diff) | |
Imported Upstream version 2.6.11upstream/2.6.11
Diffstat (limited to 'src/mongo/util/lame_stacktrace_test.cpp')
| -rw-r--r-- | src/mongo/util/lame_stacktrace_test.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mongo/util/lame_stacktrace_test.cpp b/src/mongo/util/lame_stacktrace_test.cpp deleted file mode 100644 index 89a32a713f9..00000000000 --- a/src/mongo/util/lame_stacktrace_test.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2012. 10gen, Inc. - -/** - * This is a minimal utility program that you can use to smoke the printStackTrace - * function, until such time as it is properly unit tested. - */ - -#include "mongo/base/initializer.h" -#include "mongo/util/stacktrace.h" - -int main(int argc, char **argv, char ** envp) { - mongo::runGlobalInitializersOrDie(argc, argv, envp); - mongo::printStackTrace(); -} |
