Skip to content

Commit 8e22181

Browse files
committed
review: remove unnecessary protected:
Signed-off-by: mathetake <[email protected]>
1 parent f249f05 commit 8e22181

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/proxy-wasm/context.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ class DeferAfterCallActions {
406406
DeferAfterCallActions(ContextBase *context) : context_(context) {}
407407
~DeferAfterCallActions();
408408

409-
protected:
410409
private:
411410
ContextBase *const context_;
412411
};

0 commit comments

Comments
 (0)