Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 16, 2024
1 parent b7cee3d commit f4eb16b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/include/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ typedef struct Aerospike_log_callback {
PyObject *callback;
} AerospikeLogCallback;

/**
* Add log level constants to aerospike module
* aerospike.set_log_level(aerospike.LOG_LEVEL_DEBUG)
*/
as_status declare_log_constants(PyObject *aerospike);

/**
* Set log level for C-SDK
* aerospike.set_log_level( aerospike.LOG_LEVEL_WARN )
Expand Down
2 changes: 0 additions & 2 deletions src/include/policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ as_status pyobject_to_policy_batch(AerospikeClient *self, as_error *err,
as_status pyobject_to_map_policy(as_error *err, PyObject *py_policy,
as_map_policy *policy);

as_status declare_policy_constants(PyObject *aerospike);

void set_scan_options(as_error *err, as_scan *scan_p, PyObject *py_options);

as_status set_query_options(as_error *err, PyObject *query_options,
Expand Down

0 comments on commit f4eb16b

Please sign in to comment.