diff --git a/check_lsi_raid b/check_lsi_raid index b4883c1..55712ee 100644 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -1,6 +1,5 @@ #!/usr/bin/perl -w # ====================================================================================== -# file: check_lsi_raid $Revision$ $Date$ $Author$ # $Id$ # -------------------------------------------------------------------------------------- # Created as part of a semester project at the University of Applied Sciences Hagenberg diff --git a/hello.c b/hello.c deleted file mode 100644 index 21bb0c7..0000000 --- a/hello.c +++ /dev/null @@ -1,14 +0,0 @@ -/** - * @file hello.c - * @author @$Author$ - * @date @$Date$ - * @version @$Revision$ - * - * $Id$ - */ - -#include "stdio.h" - -int main(int argc, char *argv[]) - printf("Hello, world!"); -}