diff options
Diffstat (limited to 'ext/pdo_oci/php_pdo_oci.h')
-rw-r--r-- | ext/pdo_oci/php_pdo_oci.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/pdo_oci/php_pdo_oci.h b/ext/pdo_oci/php_pdo_oci.h index 6d72ba0fdb..7d49e1d775 100644 --- a/ext/pdo_oci/php_pdo_oci.h +++ b/ext/pdo_oci/php_pdo_oci.h @@ -36,13 +36,3 @@ PHP_RSHUTDOWN_FUNCTION(pdo_oci); PHP_MINFO_FUNCTION(pdo_oci); #endif /* PHP_PDO_OCI_H */ - - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: noet sw=4 ts=4 fdm=marker - * vim<600: noet sw=4 ts=4 - */ |