Date: Friday, January 13, 2006 @ 16:12:34
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: CarobException.hpp (1.30 -> 1.31)

Removed obsolete comment (TODO done).


--------------------+
 CarobException.hpp |    3 ---
 1 files changed, 3 deletions(-)


Index: carob/include/CarobException.hpp
diff -u carob/include/CarobException.hpp:1.30 
carob/include/CarobException.hpp:1.31
--- carob/include/CarobException.hpp:1.30       Fri Jan 13 00:07:51 2006
+++ carob/include/CarobException.hpp    Fri Jan 13 16:12:34 2006
@@ -42,9 +42,6 @@
 typedef std::vector<std::string> BackTrace;
 
 
-// TODO: replace this by a vector of actual objects, so we can
-// delete our custom copiers and destructors. No need for
-// performance here, cause exceptions are not on the critical path.
 typedef std::vector<StackTraceElement> StackTrace;
 
 /**

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to