base: remove 'Native_connection_state' from API

Issue #1832
This commit is contained in:
Norman Feske
2016-03-11 21:47:12 +01:00
committed by Christian Helmuth
parent da5d182ad3
commit 4cdfb9bc2f
30 changed files with 389 additions and 364 deletions

View File

@ -98,8 +98,6 @@ namespace Genode {
bool valid() const;
};
typedef int Native_connection_state;
}
#endif /* _INCLUDE__BASE__NATIVE_TYPES_H_ */