From 621c0cdcb5efc4f7c2382031becded018ef0b62b Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 4 Sep 2011 19:29:36 -0700 Subject: Const invasion: large parts of upb made const-correct. --- bindings/cpp/upb/handlers.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'bindings/cpp/upb/handlers.hpp') diff --git a/bindings/cpp/upb/handlers.hpp b/bindings/cpp/upb/handlers.hpp index e72c0a4..07683f6 100644 --- a/bindings/cpp/upb/handlers.hpp +++ b/bindings/cpp/upb/handlers.hpp @@ -4,9 +4,6 @@ * Copyright (c) 2011 Google Inc. See LICENSE for details. * Author: Josh Haberman * - * Note! This file is a proof-of-concept for C++ wrappers and does not - * yet build. - * * upb::Handlers is a generic visitor-like interface for iterating over a * stream of protobuf data. You can register function pointers that will be * called for each message and/or field as the data is being parsed or iterated -- cgit v1.2.3