diff options
| -rw-r--r-- | ext/bcmath/number.c | 3 | ||||
| -rw-r--r-- | ext/bcmath/number.h | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/ext/bcmath/number.c b/ext/bcmath/number.c deleted file mode 100644 index 411557a2eb..0000000000 --- a/ext/bcmath/number.c +++ /dev/null @@ -1,3 +0,0 @@ -#include "number.h" - -/* dummy file */ diff --git a/ext/bcmath/number.h b/ext/bcmath/number.h deleted file mode 100644 index 871048f23d..0000000000 --- a/ext/bcmath/number.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _BCMATH_H -#define _BCMATH_H - -/* dummy file */ - -#endif |
