Skip to content

Commit

Permalink
BINDINGS/C++: Remove forgotten debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Mar 29, 2022
1 parent f4e68dd commit cce6763
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bindings/c++/variant-c++.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ class SAIL_EXPORT variant
variant& with_value(const T &value);

private:
/*
* Makes a deep copy of the specified variant.
*/
//explicit variant(const sail_variant *variant);

sail_status_t to_sail_variant(sail_variant **variant) const;

class pimpl;
Expand Down

0 comments on commit cce6763

Please sign in to comment.