Skip to content

Commit ef5afd9

Browse files
committed
Remove misterious BSON\Log class
1 parent 1844895 commit ef5afd9

File tree

4 files changed

+0
-116
lines changed

4 files changed

+0
-116
lines changed

config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ if test "$PHONGO" != "no"; then
145145
src/BSON/Int32.c \
146146
src/BSON/Int64.c \
147147
src/BSON/Javascript.c \
148-
src/BSON/Log.c \
149148
src/BSON/MaxKey.c \
150149
src/BSON/MinKey.c \
151150
src/BSON/ObjectID.c \

php_phongo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,6 @@ PHP_MINIT_FUNCTION(phongo)
13151315
PHP_MINIT(Int32)(INIT_FUNC_ARGS_PASSTHRU);
13161316
PHP_MINIT(Int64)(INIT_FUNC_ARGS_PASSTHRU);
13171317
PHP_MINIT(Javascript)(INIT_FUNC_ARGS_PASSTHRU);
1318-
PHP_MINIT(Log)(INIT_FUNC_ARGS_PASSTHRU);
13191318
PHP_MINIT(MaxKey)(INIT_FUNC_ARGS_PASSTHRU);
13201319
PHP_MINIT(MinKey)(INIT_FUNC_ARGS_PASSTHRU);
13211320
PHP_MINIT(ObjectID)(INIT_FUNC_ARGS_PASSTHRU);

php_phongo_classes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ PHP_MINIT_FUNCTION(DBRef);
231231
PHP_MINIT_FUNCTION(Int32);
232232
PHP_MINIT_FUNCTION(Int64);
233233
PHP_MINIT_FUNCTION(Javascript);
234-
PHP_MINIT_FUNCTION(Log);
235234
PHP_MINIT_FUNCTION(MaxKey);
236235
PHP_MINIT_FUNCTION(MinKey);
237236
PHP_MINIT_FUNCTION(ObjectID);

src/BSON/Log.c

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)