remove unused

This commit is contained in:
Michael Davidsaver
2013-12-14 13:59:45 -05:00
parent de28a136af
commit b994904204

View File

@ -22,8 +22,6 @@ int pyRecord_prepare(PyObject *module);
int isPyRecord(dbCommon *);
int canIOScanRecord(dbCommon *);
int setReasonPyRecord(dbCommon *, PyObject *);
int clearReasonPyRecord(dbCommon *);
extern epicsThreadPrivateId pyDevReasonID;