From 30d3f22a7b45f04e3b510d77471d8676115b9c15 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 7 Apr 2008 15:06:40 +0300 Subject: [PATCH] Remove pragma comments --- src/osm-sql-tables.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/osm-sql-tables.h b/src/osm-sql-tables.h index 38ec9e7..ac86b50 100644 --- a/src/osm-sql-tables.h +++ b/src/osm-sql-tables.h @@ -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, \ -- 2.39.5