| Index: mojo/edk/system/ports/node.h
|
| diff --git a/mojo/edk/system/ports/node.h b/mojo/edk/system/ports/node.h
|
| index 44179b8ffcbee2efe544fbfc4087b74d27281e1a..e06942aff6fbb6bc67d03f4b3ca3316bde2ef3b5 100644
|
| --- a/mojo/edk/system/ports/node.h
|
| +++ b/mojo/edk/system/ports/node.h
|
| @@ -154,7 +154,6 @@ class Node {
|
|
|
| int AddPortWithName(const PortName& port_name,
|
| const scoped_refptr<Port>& port);
|
| - void ErasePort(const PortName& port_name);
|
| void ErasePort_Locked(const PortName& port_name);
|
| scoped_refptr<Port> GetPort(const PortName& port_name);
|
| scoped_refptr<Port> GetPort_Locked(const PortName& port_name);
|
|
|