summaryrefslogtreecommitdiffstats
path: root/kpat/freecell-solver/inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpat/freecell-solver/inline.h')
-rw-r--r--kpat/freecell-solver/inline.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/kpat/freecell-solver/inline.h b/kpat/freecell-solver/inline.h
deleted file mode 100644
index 81f4f8e1..00000000
--- a/kpat/freecell-solver/inline.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * inline.h - the purpose of this file is to define the GCC_INLINE
- * macro.
- *
- * Written by Shlomi Fish, 2002
- *
- * This file is in the public domain (it's uncopyrighted).
- * */
-
-#ifndef FC_SOLVE__INLINE_H
-#define FC_SOLVE__INLINE_H
-
-#if defined(__GNUC__)
-#define GCC_INLINE __inline__
-#else
-#define GCC_INLINE
-#endif
-
-
-#endif