mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
Remove a stray COM reference.
This commit is contained in:
@@ -115,7 +115,7 @@ ZEND_MINFO_FUNCTION(skeleton)
|
||||
DISPLAY_INI_ENTRIES();
|
||||
}
|
||||
|
||||
#ifdef COMPILE_DL_COM
|
||||
#ifdef COMPILE_DL_SKELETON
|
||||
ZEND_GET_MODULE(skeleton);
|
||||
#endif
|
||||
|
||||
@@ -220,4 +220,4 @@ static int skeleton_get_properties(HashTable **properties, void **data)
|
||||
/* custom functions */
|
||||
ZEND_FUNCTION(skeleton_function)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user