dbLock: no c++ comments in c code

This commit is contained in:
Michael Davidsaver
2015-03-24 14:18:11 -04:00
parent 58a8a07cc4
commit 07bb2fbef7
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ extern "C" {
struct dbCommon;
struct dbBase;
//struct dbLockSet;
typedef struct dbLocker dbLocker;
epicsShareFunc void dbScanLock(struct dbCommon *precord);

View File

@@ -100,4 +100,4 @@ void dbLockSetSplit(struct dbLocker *locker,
struct dbCommon *psource,
struct dbCommon *psecond);
#endif // DBLOCKPVT_H
#endif /* DBLOCKPVT_H */