diff options
author | Jan Borsodi <amos@php.net> | 2000-11-15 19:09:44 +0000 |
---|---|---|
committer | Jan Borsodi <amos@php.net> | 2000-11-15 19:09:44 +0000 |
commit | d1cecd1dd2be1375dbf844e82861f5d356217a08 (patch) | |
tree | 6e02a9f74fbcbd68e8b9deeb67eac5df502d15af /ext/qtdom/qtdom.c | |
parent | 51011a66728e7a4fc2b6b38e814a76c739298e81 (diff) | |
download | php-git-d1cecd1dd2be1375dbf844e82861f5d356217a08.tar.gz |
Removed an unneccesary #warning which was used for testing purposes only.
Diffstat (limited to 'ext/qtdom/qtdom.c')
-rw-r--r-- | ext/qtdom/qtdom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/qtdom/qtdom.c b/ext/qtdom/qtdom.c index 26a8d99de3..6f9b96452e 100644 --- a/ext/qtdom/qtdom.c +++ b/ext/qtdom/qtdom.c @@ -27,8 +27,6 @@ #if HAVE_QTDOM -#warning blah - static zend_function_entry qdomdoc_class_functions[] = { {NULL, NULL, NULL} }; |