db/upnp: remove unused typedef DevServIt

This commit is contained in:
Max Kellermann 2014-01-18 13:42:54 +01:00
parent ad76bad8fd
commit c1950e40e6
1 changed files with 0 additions and 2 deletions

View File

@ -87,6 +87,4 @@ public:
UPnPDevice() : ok(false) {} UPnPDevice() : ok(false) {}
}; };
typedef std::vector<UPnPService>::iterator DevServIt;
#endif /* _UPNPDEV_HXX_INCLUDED_ */ #endif /* _UPNPDEV_HXX_INCLUDED_ */