summaryrefslogtreecommitdiffstats
path: root/lowercasing_test/src/grouping_test/hello-world-lib/hello-world.h
diff options
context:
space:
mode:
Diffstat (limited to 'lowercasing_test/src/grouping_test/hello-world-lib/hello-world.h')
-rw-r--r--lowercasing_test/src/grouping_test/hello-world-lib/hello-world.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lowercasing_test/src/grouping_test/hello-world-lib/hello-world.h b/lowercasing_test/src/grouping_test/hello-world-lib/hello-world.h
deleted file mode 100644
index 4bca4064da0..00000000000
--- a/lowercasing_test/src/grouping_test/hello-world-lib/hello-world.h
+++ /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.
-#pragma once
-
-class HelloWorld
-{
-public:
- static void print();
-};
-