Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/error.h')
-rw-r--r--src/base/error.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/base/error.h b/src/base/error.h
deleted file mode 100644
index dbccda0..0000000
--- a/src/base/error.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * \file error.h
- * \brief Application-wide error reporting.
- * \author Copyright (c) 2007-2008 Jason Perkins and the Premake project
- *
- * \defgroup array Array
- * \ingroup base
- *
- * Application-wide error reporting.
- *
- * @{
- */
-#if !defined(PREMAKE_ERROR_H)
-#define PREMAKE_ERROR_H
-
-void error_clear(void);
-const char* error_get(void);
-void error_set(const char* message, ...);
-
-#endif
-/** @} */