Skip to content
Snippets Groups Projects
Commit 1aa204ab authored by tholenst's avatar tholenst Committed by Tink Team
Browse files

Make keyset_handle->GetPrimitives() private.

Given that now keyset_handle has a function GetPrimitive, there seems to be no reason for it to expose GetPrimitives() anymore. Nobody should have called it, since the PrimitiveSet<> is not in the public APIs anyhow (and unless I'm missing something there's nothing you can give the result to immediately either or with auto).

The only exception would be if someone implemented their own factory, but I don't think there are factories at the moment.

PiperOrigin-RevId: 234436305
GitOrigin-RevId: f51581b2812c5ee03c7087acb63274eb6a2dc785
parent 222092b7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment