]> err.no Git - mapper/commitdiff
Remove pragma comments
authorKaj-Michael Lang <milang@tal.org>
Mon, 7 Apr 2008 12:06:40 +0000 (15:06 +0300)
committerKaj-Michael Lang <milang@tal.org>
Mon, 7 Apr 2008 12:06:40 +0000 (15:06 +0300)
src/osm-sql-tables.h

index 38ec9e72411826e6689967ba58e719dd40b32db2..ac86b502b250e48042abbca688d5603fe638f6ab 100644 (file)
@@ -7,11 +7,6 @@
  *
  */
 
-/*
-PRAGMA page_size=4096;
-PRAGMA encoding = "UTF-8"; 
-*/
-
 #define OSM_TABLE_NODES "create table IF NOT EXISTS nodes ( \
        nid     int primary key, \
        ilat    int not null, \