Skip to content
Snippets Groups Projects
Commit 9cc4861c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

STYLE: remove ancillary commented code

parent ac00b68d
Branches
Tags
No related merge requests found
......@@ -5,16 +5,13 @@
int main(int argc,char * argv[])
{
// OGRSFDriverRegistrar::Open(argv[1], FALSE);
// return 0;
OGRDataSourceH hDS;
OGRSFDriverH *pahDriver;
OGRRegisterAll();
hDS = OGROpen(argv[1], FALSE, pahDriver );
if( hDS == NULL )
{
return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment