Skip to content

Commit f3007cc

Browse files
Removed old lines for now ancient ugrid functions
M Makefile.am
1 parent 9397771 commit f3007cc

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Makefile.am

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ libnc_module_la_CPPFLAGS = $(BES_CPPFLAGS)
1919
libnc_module_la_LDFLAGS = -avoid-version -module
2020
libnc_module_la_LIBADD = $(BES_DAP_LIBS)
2121

22-
#if 0 // Disabling cruft code from earlier ugrid work - ndp 03/25/2013
23-
#if USING_GRIDFIELDS
24-
#libnc_module_la_CPPFLAGS += $(GF_CFLAGS)
25-
#libnc_module_la_LIBADD += $(GF_LIBS)
26-
#endif
27-
#endif // Disabling cruft code from earlier ugrid work - ndp 03/25/2013
28-
29-
3022
NCTYPE_SRC = ncdas.cc ncdds.cc nc_util.cc \
3123
NCArray.cc NCByte.cc NCFloat64.cc NCGrid.cc NCUInt32.cc \
3224
NCInt32.cc NCSequence.cc NCStr.cc NCStructure.cc NCUrl.cc \
@@ -40,13 +32,6 @@ SERVER_SRC = NCRequestHandler.cc NCModule.cc
4032

4133
SERVER_HDR = NCRequestHandler.h NCModule.h
4234

43-
#if 0 // Disabling cruft code from earlier ugrid work - ndp 03/25/2013
44-
#if USING_GRIDFIELDS
45-
#SERVER_SRC += gridfields_functions.cc
46-
#SERVER_HDR += gridfields_functions.h
47-
#endif
48-
#endif // Disabling cruft code from earlier ugrid work - ndp 03/25/2013
49-
5035
EXTRA_DIST = data COPYRIGHT COPYING netcdf_handler.spec \
5136
nc.conf.in OSX_Resources
5237

0 commit comments

Comments
 (0)