X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/67805159a972397342c342ee735c8acd640e1399..d1b2a10e6c720fbac770e01e0bc2080e86665bec:/backup/dumprest.qc diff --git a/backup/dumprest.qc b/backup/dumprest.qc deleted file mode 100644 index 580836a3..00000000 --- a/backup/dumprest.qc +++ /dev/null @@ -1,41 +0,0 @@ -/* - * $Source$ - * $Author$ - * $Header$ - * - * (c) Copyright 1988 by the Massachusetts Institute of Technology. - * For copying and distribution information, please see the file - * . - * - */ - -#ifndef lint -static char *rcsid_dumprest_qc = "$Header$"; -#endif lint - -#include -#include -#include -#include - -punt(msg) - char *msg; -{ - perror(msg); -## exit - exit(1); -} - - - - -/* - * Local Variables: - * mode: c - * c-indent-level: 4 - * c-continued-statement-offset: 4 - * c-brace-offset: -4 - * c-argdecl-indent: 4 - * c-label-offset: -4 - * End: - */