summaryrefslogtreecommitdiff
path: root/src/sim/fd_entry.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/fd_entry.hh')
-rw-r--r--src/sim/fd_entry.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sim/fd_entry.hh b/src/sim/fd_entry.hh
index 6b2b2daa8..15e174ae6 100644
--- a/src/sim/fd_entry.hh
+++ b/src/sim/fd_entry.hh
@@ -231,7 +231,6 @@ class SocketFDEntry: public HBFDEntry
return std::make_shared<SocketFDEntry>(*this);
}
- private:
int _domain;
int _type;
int _protocol;