Remove up_assert_code

This commit is contained in:
Gregory Nutt
2013-04-25 15:19:59 -06:00
parent e9a29d9465
commit 86b815373a
142 changed files with 1664 additions and 2190 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
//***************************************************************************
// libxx/libxx_cxapurevirtual.cxx
//
// Copyright (C) 2009 2011 Gregory Nutt. All rights reserved.
// Copyright (C) 2009, 2011, 2013 Gregory Nutt. All rights reserved.
// Author: Gregory Nutt <gnutt@nuttx.org>
//
// Redistribution and use in source and binary forms, with or without
@@ -63,7 +63,7 @@ extern "C"
{
void __cxa_pure_virtual(void)
{
PANIC(100);
PANIC();
}
}