Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions heclib/heclib_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ src/Internal/zlockActive.c
src/Internal/zcheckAccessReset.c
src/Internal/zcopyRecordInternal.c
src/Dss6/flushf.c
src/Dss6/writf.c
src/Dss6/ztsStoreReg6.c
src/Dss6/waits.c
src/Dss6/deleteFile.c
Expand Down Expand Up @@ -183,7 +182,6 @@ src/headers/hecdssFort.h
src/headers/zStructRecordAddresses.h
src/headers/zStructText.h
src/headers/zStructTsTimeWindow.h
src/headers/heclib6.h
src/headers/zdataTypeDescriptions.h
src/headers/zdssMessagesFort.h
src/headers/zdssVals.h
Expand Down Expand Up @@ -228,7 +226,6 @@ src/DssInterface/v6and7/zcheck.c
src/DssInterface/v6and7/zclose.c
src/DssInterface/v6and7/zopen.c
src/DssInterface/v6and7/zwritec.c
src/DssInterface/v6and7/ztsOtherStuff.c
src/DssInterface/v6and7/zreadx.c
src/DssInterface/v6and7/zgetInfo.c
src/DssInterface/v6and7/zreada.c
Expand All @@ -247,7 +244,6 @@ src/DssInterface/ztsIrregStoreFull_.c
src/DssInterface/ztextRetrieveString_.c
src/DssInterface/zpathnameGetPart_.c
src/DssInterface/ztsStoreIrregArgs.c
src/DssInterface/zirbeg7_.c
src/DssInterface/ztextRetrieveArray_.c
src/DssInterface/missingFlag_.c
src/SemiPublic/zsetInterrupt.c
Expand All @@ -262,7 +258,6 @@ src/SemiPublic/zcompareDataSets.c
src/SemiPublic/zerrorSpecifics.c
src/SemiPublic/zcheckLinks.c
src/SemiPublic/zmessageCombined.c
src/SemiPublic/zplist7.c
src/SemiPublic/zcheckHashTable.c
src/SemiPublic/zstructGetType.c
src/SemiPublic/ztsGetFirstLastRecordTimes.c
Expand Down
5 changes: 0 additions & 5 deletions heclib/heclib_c/heclib_c.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<ClCompile Include="src\Dss6\readProgramName.c" />
<ClCompile Include="src\Dss6\seekf.c" />
<ClCompile Include="src\Dss6\waits.c" />
<ClCompile Include="src\Dss6\writf.c" />
<ClCompile Include="src\Dss6\ztsStoreIrreg6.c" />
<ClCompile Include="src\Dss6\ztsStoreReg6.c" />
<ClCompile Include="src\DssInterface\missingFlag_.c" />
Expand All @@ -47,7 +46,6 @@
<ClCompile Include="src\DssInterface\v6and7\zrecordAddresses.c" />
<ClCompile Include="src\DssInterface\v6and7\zsqueeze.c" />
<ClCompile Include="src\DssInterface\v6and7\ztsGetSizes.c" />
<ClCompile Include="src\DssInterface\v6and7\ztsOtherStuff.c" />
<ClCompile Include="src\DssInterface\v6and7\zundelete.c" />
<ClCompile Include="src\DssInterface\v6and7\zwrite.c" />
<ClCompile Include="src\DssInterface\v6and7\zwritea.c" />
Expand All @@ -59,7 +57,6 @@
<ClCompile Include="src\DssInterface\zgetinterval_.c" />
<ClCompile Include="src\DssInterface\zgetVersion_.c" />
<ClCompile Include="src\DssInterface\zget_.c" />
<ClCompile Include="src\DssInterface\zirbeg7_.c" />
<ClCompile Include="src\DssInterface\zpathnameFormFortran_.c" />
<ClCompile Include="src\DssInterface\zpathnameGetPart_.c" />
<ClCompile Include="src\DssInterface\zpdStore_.c" />
Expand Down Expand Up @@ -309,7 +306,6 @@
<ClCompile Include="src\SemiPublic\zlocationStructValid.c" />
<ClCompile Include="src\SemiPublic\zmaxPart.c" />
<ClCompile Include="src\SemiPublic\zmessageCombined.c" />
<ClCompile Include="src\SemiPublic\zplist7.c" />
<ClCompile Include="src\SemiPublic\zresetProgress.c" />
<ClCompile Include="src\SemiPublic\zsetInterrupt.c" />
<ClCompile Include="src\SemiPublic\zstructGetType.c" />
Expand Down Expand Up @@ -424,7 +420,6 @@
<ClInclude Include="src\headers\hecdssFort.h" />
<ClInclude Include="src\headers\hecdssInternal.h" />
<ClInclude Include="src\headers\heclib.h" />
<ClInclude Include="src\headers\heclib6.h" />
<ClInclude Include="src\headers\heclib7.h" />
<ClInclude Include="src\headers\heclibDate.h" />
<ClInclude Include="src\headers\normalizeFPart.h" />
Expand Down
15 changes: 0 additions & 15 deletions heclib/heclib_c/heclib_c.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@
<ClCompile Include="src\Dss6\waits.c">
<Filter>src\Dss6</Filter>
</ClCompile>
<ClCompile Include="src\Dss6\writf.c">
<Filter>src\Dss6</Filter>
</ClCompile>
<ClCompile Include="src\Dss6\ztsStoreIrreg6.c">
<Filter>src\Dss6</Filter>
</ClCompile>
Expand Down Expand Up @@ -372,9 +369,6 @@
<ClCompile Include="src\DssInterface\v6and7\ztsGetSizes.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\v6and7\ztsOtherStuff.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\v6and7\zundelete.c">
<Filter>src\DssInterface\v6andv7</Filter>
</ClCompile>
Expand Down Expand Up @@ -414,9 +408,6 @@
<ClCompile Include="src\DssInterface\zgetVersion_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\zirbeg7_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
<ClCompile Include="src\DssInterface\zpathnameFormFortran_.c">
<Filter>src\DssInterface</Filter>
</ClCompile>
Expand Down Expand Up @@ -1155,9 +1146,6 @@
<ClCompile Include="src\SemiPublic\zmessageCombined.c">
<Filter>src\SemiPublic</Filter>
</ClCompile>
<ClCompile Include="src\SemiPublic\zplist7.c">
<Filter>src\SemiPublic</Filter>
</ClCompile>
<ClCompile Include="src\SemiPublic\zresetProgress.c">
<Filter>src\SemiPublic</Filter>
</ClCompile>
Expand Down Expand Up @@ -1269,9 +1257,6 @@
<ClInclude Include="src\headers\heclib.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\heclib6.h">
<Filter>src\headers</Filter>
</ClInclude>
<ClInclude Include="src\headers\heclib7.h">
<Filter>src\headers</Filter>
</ClInclude>
Expand Down
20 changes: 0 additions & 20 deletions heclib/heclib_c/src/Dss6/writf.c

This file was deleted.

2 changes: 0 additions & 2 deletions heclib/heclib_c/src/DssInterface/v6and7/zclose.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include "heclib7.h"
#include "hecdssFort.h"
#include "heclib6.h"

int zclose(long long *ifltab)
{
Expand Down
1 change: 0 additions & 1 deletion heclib/heclib_c/src/DssInterface/v6and7/zdataType.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <string.h>


#include "heclib6.h"
#include "heclib7.h"
#include "zdssKeys.h"
#include "zdssVals.h"
Expand Down
1 change: 0 additions & 1 deletion heclib/heclib_c/src/DssInterface/v6and7/zsqueeze.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <string.h>
#include <stdlib.h>

#include "heclib6.h"
#include "hecdss7.h"
#include "heclib.h"
#include "zdssMessages.h"
Expand Down
Loading