Browse Source

remove unused variable

richarddobson 2 years ago
parent
commit
541618238f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/pvxio2/pvfileio.c

+ 2 - 2
dev/pvxio2/pvfileio.c

@@ -1,4 +1,4 @@
-
+          
 /* pvfileio.c */
 /* pvocex format test routines*/
 /* Initial version RWD May 2000.
@@ -160,7 +160,7 @@ static int32_t write_pvocdata(int32_t fd,int32_t byterev,const PVOCDATA *pData)
 #endif
 
     if(byterev){
-        int32_t revdwval;
+//        int32_t revdwval;
         PVOCDATA data;
         SND_SAMP ssamp;
         data.wWordFormat = REVWBYTES(pData->wWordFormat);