diff options
Diffstat (limited to 'third_party/git/t/t4051/hello.c')
-rw-r--r-- | third_party/git/t/t4051/hello.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/third_party/git/t/t4051/hello.c b/third_party/git/t/t4051/hello.c deleted file mode 100644 index 73e767e1783d..000000000000 --- a/third_party/git/t/t4051/hello.c +++ /dev/null @@ -1,24 +0,0 @@ - -/* - * Hello comment. - */ -static void hello(void) // Begin of hello -{ - /* - * Classic. - */ - putchar('H'); - putchar('e'); - putchar('l'); - putchar('l'); - putchar('o'); - putchar(' '); - /* delete me from hello */ - putchar('w'); - putchar('o'); - putchar('r'); - putchar('l'); - putchar('d'); - putchar('.'); - putchar('\n'); -} // End of hello |