Suuports clang compiler
[anna.git] / include / anna / diameter / stack / Command.hpp
index 5bf6d7b..f09981f 100644 (file)
@@ -136,7 +136,6 @@ public:
   // set
   void initialize(const Dictionary *d = NULL) throw() { _initialize(d); }
   void setCode(const U24 & c) throw(anna::RuntimeException) {
-    if(c < 0) throw anna::RuntimeException("Negative command-code not allowed", ANNA_FILE_LOCATION);
 
     a_id.first = c;
   }