aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/hello-lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/hello-lib.h')
-rw-r--r--examples/cpp/hello-lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/cpp/hello-lib.h b/examples/cpp/hello-lib.h
index 555d177936..e1fe88d8c7 100644
--- a/examples/cpp/hello-lib.h
+++ b/examples/cpp/hello-lib.h
@@ -8,8 +8,6 @@ namespace hello {
class HelloLib {
public:
- HelloLib();
-
explicit HelloLib(const std::string &greeting);
void greet(const std::string &thing);