Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
426
Issues
426
List
Boards
Labels
Service Desk
Milestones
Merge Requests
64
Merge Requests
64
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
00f76a6a
Commit
00f76a6a
authored
May 19, 2014
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3382] Compilation fix
- Removed unused constant. Failed to compile with Xcode 5.1
parent
8d977594
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/lib/dhcpsrv/pgsql_lease_mgr.cc
src/lib/dhcpsrv/pgsql_lease_mgr.cc
+0
-1
No files found.
src/lib/dhcpsrv/pgsql_lease_mgr.cc
View file @
00f76a6a
...
...
@@ -81,7 +81,6 @@ const size_t OID_NONE = 0; // PostgreSQL infers proper type
const
size_t
OID_BOOL
=
16
;
const
size_t
OID_BYTEA
=
17
;
const
size_t
OID_INT8
=
20
;
// 8 byte int
const
size_t
OID_INT4
=
23
;
// 4 byte int
const
size_t
OID_INT2
=
21
;
// 2 byte int
const
size_t
OID_TIMESTAMP
=
1114
;
const
size_t
OID_VARCHAR
=
1043
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment