summaryrefslogtreecommitdiff
path: root/tests/s-common-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/s-common-utils.h')
-rw-r--r--tests/s-common-utils.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/s-common-utils.h b/tests/s-common-utils.h
deleted file mode 100644
index dfff893f..00000000
--- a/tests/s-common-utils.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
- *
- * Copyright (C) 2007 William Jon McCann <mccann@jhu.edu>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- */
-
-#ifndef __S_COMMON_UTILS_H
-#define __S_COMMON_UTILS_H
-
-#include <check.h>
-
-Suite *suite_common_utils (void);
-
-#endif /* __S_COMMON_UTILS_H */