summaryrefslogtreecommitdiffstats
path: root/lowercasing_test/src/grouping_test/hello-world-lib/hello-world.cpp
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2016-06-28 15:02:05 +0200
committerVegard Sjonfjell <vegardsjo@gmail.com>2016-06-28 15:02:05 +0200
commit4793d5fede988b8855c16e092a6df56f21c07d7f (patch)
tree5f12dc3c03ec8586fc676e92d3173a6164c19120 /lowercasing_test/src/grouping_test/hello-world-lib/hello-world.cpp
parent95c79e22adc07931d4a935ecf6df2da0c3662ea0 (diff)
WIP (#245)
Diffstat (limited to 'lowercasing_test/src/grouping_test/hello-world-lib/hello-world.cpp')
-rw-r--r--lowercasing_test/src/grouping_test/hello-world-lib/hello-world.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/lowercasing_test/src/grouping_test/hello-world-lib/hello-world.cpp b/lowercasing_test/src/grouping_test/hello-world-lib/hello-world.cpp
deleted file mode 100644
index d280665ae7d..00000000000
--- a/lowercasing_test/src/grouping_test/hello-world-lib/hello-world.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include "hello-world.h"
-#include <stdio.h>
-
-void
-HelloWorld::print()
-{
- fprintf(stdout, "C++/lib/Hello World\n");
-}