From 47257c70d6a456fd3d1e01e2461b9bea0491a145 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 14 Aug 2004 02:41:44 +0000 Subject: [PATCH] fillInStackTrace() is called when any Throwable is constructed. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1486 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../src/java/com/samskivert/util/RepeatCallTracker.java | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/samskivert/src/java/com/samskivert/util/RepeatCallTracker.java b/projects/samskivert/src/java/com/samskivert/util/RepeatCallTracker.java index a8f5c480..9fb1f701 100644 --- a/projects/samskivert/src/java/com/samskivert/util/RepeatCallTracker.java +++ b/projects/samskivert/src/java/com/samskivert/util/RepeatCallTracker.java @@ -29,7 +29,6 @@ public class RepeatCallTracker { if (_firstCall == null) { _firstCall = new Exception("---- First call ----"); - _firstCall.fillInStackTrace(); return false; }