Skip to content

Commit 1cb8f1b

Browse files
committed
cppapi/client/ApiUtil.h: Remove unused _KillProc_ class
1 parent 2b5f357 commit 1cb8f1b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cppapi/client/ApiUtil.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,4 @@ class ApiUtil
252252
template <typename T> static void attr_to_device_base(const T *,DeviceAttribute *);
253253
};
254254

255-
class _KillProc_: public omni_thread
256-
{
257-
public:
258-
void run(void *) {::exit(-1);}
259-
};
260-
261255
#endif /* _APIUTIL_H */

0 commit comments

Comments
 (0)