aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/hello-lib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/hello-lib.cc')
-rw-r--r--examples/cpp/hello-lib.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/cpp/hello-lib.cc b/examples/cpp/hello-lib.cc
index 8e40921cee..bceb2683d5 100644
--- a/examples/cpp/hello-lib.cc
+++ b/examples/cpp/hello-lib.cc
@@ -8,9 +8,6 @@ using std::string;
namespace hello {
-HelloLib::HelloLib() : HelloLib("Hello") {
-}
-
HelloLib::HelloLib(const string& greeting) : greeting_(new string(greeting)) {
}